mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
wscript: specifiy psapi version on win32
This commit is contained in:
parent
8b16c30fb8
commit
3fa4a36983
@ -46,6 +46,7 @@ def configure(conf):
|
|||||||
|
|
||||||
if conf.env.DEST_OS == 'win32':
|
if conf.env.DEST_OS == 'win32':
|
||||||
conf.env.append_unique('DEFINES', 'DBGHELP')
|
conf.env.append_unique('DEFINES', 'DBGHELP')
|
||||||
|
conf.env.append_unique('DEFINES', 'PSAPI_VERSION=1')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
libs = [ 'public' ]
|
libs = [ 'public' ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user