mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: wscript: define XASH_64BIT on non-32 bits targets
This commit is contained in:
parent
db72378806
commit
621e33fde2
@ -50,6 +50,9 @@ def configure(conf):
|
|||||||
conf.env.append_unique('DEFINES', 'DBGHELP')
|
conf.env.append_unique('DEFINES', 'DBGHELP')
|
||||||
conf.env.append_unique('DEFINES', 'PSAPI_VERSION=1')
|
conf.env.append_unique('DEFINES', 'PSAPI_VERSION=1')
|
||||||
|
|
||||||
|
if conf.env.DEST_SIZEOF_VOID_P != 4:
|
||||||
|
conf.env.append_unique('DEFINES', 'XASH_64BIT')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
libs = [ 'public' ]
|
libs = [ 'public' ]
|
||||||
source = bld.path.ant_glob([
|
source = bld.path.ant_glob([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user