mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 19:10:37 +00:00
wscript: fix wrong object method call
This commit is contained in:
parent
4705683ebc
commit
2c67f4cb39
2
wscript
2
wscript
@ -233,7 +233,7 @@ def configure(conf):
|
|||||||
|
|
||||||
# check if we can use C99 tgmath
|
# check if we can use C99 tgmath
|
||||||
if conf.check_cc(header_name='tgmath.h', mandatory=False):
|
if conf.check_cc(header_name='tgmath.h', mandatory=False):
|
||||||
conf.env.define('HAVE_TGMATH_H', 1)
|
conf.define('HAVE_TGMATH_H', 1)
|
||||||
|
|
||||||
conf.env.DEDICATED = conf.options.DEDICATED
|
conf.env.DEDICATED = conf.options.DEDICATED
|
||||||
# we don't need game launcher on dedicated
|
# we don't need game launcher on dedicated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user