wscript: specifiy psapi version on win32
This commit is contained in:
parent
8b16c30fb8
commit
3fa4a36983
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue