mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 22:22:10 +08:00
wscript: fix stdin input wasn't enabled for dedicated. Fix single-binary help string
This commit is contained in:
@@ -47,7 +47,7 @@ def options(opt):
|
||||
help = 'build Xash Dedicated Server [default: %default]')
|
||||
|
||||
grp.add_option('--single-binary', action = 'store_true', dest = 'SINGLE_BINARY', default = False,
|
||||
help = 'build single "xash" binary [default: %default]')
|
||||
help = 'build single "xash" binary (always enabled for dedicated) [default: %default]')
|
||||
|
||||
grp.add_option('-8', '--64bits', action = 'store_true', dest = 'ALLOW64', default = False,
|
||||
help = 'allow targetting 64-bit engine(Linux/Windows/OSX x86 only) [default: %default]')
|
||||
|
||||
Reference in New Issue
Block a user