Browse Source

wscript: specifiy psapi version on win32

pull/2/head
mittorn 5 years ago committed by Alibek Omarov
parent
commit
3fa4a36983
  1. 1
      engine/wscript

1
engine/wscript

@ -46,6 +46,7 @@ def configure(conf): @@ -46,6 +46,7 @@ def configure(conf):
if conf.env.DEST_OS == 'win32':
conf.env.append_unique('DEFINES', 'DBGHELP')
conf.env.append_unique('DEFINES', 'PSAPI_VERSION=1')
def build(bld):
libs = [ 'public' ]

Loading…
Cancel
Save