mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
wscript: specifiy psapi version on win32
This commit is contained in:
@@ -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' ]
|
||||
|
||||
Reference in New Issue
Block a user