wscript: specifiy psapi version on win32

This commit is contained in:
mittorn 2019-04-08 02:26:27 +07:00 committed by Alibek Omarov
parent 8b16c30fb8
commit 3fa4a36983
1 changed files with 1 additions and 0 deletions

View File

@ -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' ]