mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 20:30:36 +08:00
wscript: fix stdin input wasn't enabled for dedicated. Fix single-binary help string
This commit is contained in:
@@ -39,7 +39,8 @@ def configure(conf):
|
||||
conf.options.USE_SELECT = conf.options.DEDICATED
|
||||
|
||||
conf.define_cond('SINGLE_BINARY', conf.env.SINGLE_BINARY)
|
||||
conf.define_cond('XASH_USE_SELECT', conf.options.USE_SELECT)
|
||||
|
||||
conf.define_cond('XASH_USE_SELECT', conf.options.USE_SELECT or conf.options.DEDICATED)
|
||||
conf.define_cond('SUPPORT_BSP2_FORMAT', conf.options.SUPPORT_BSP2_FORMAT)
|
||||
conf.define_cond('XASH_64BIT', conf.env.DEST_SIZEOF_VOID_P != 4)
|
||||
conf.define_cond('DBGHELP', conf.env.DEST_OS == 'win32')
|
||||
|
||||
Reference in New Issue
Block a user