Browse Source

Merge pull request #25 from M0Rf30/master

fixed taberror: inconsistent use of tabs and spaces in indentation
pull/2/head
Alibek Omarov 6 years ago committed by GitHub
parent
commit
ee4744e7cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      wscript

2
wscript

@ -45,7 +45,7 @@ def options(opt):
grp.add_option('--dedicated', action = 'store_true', dest = 'DEDICATED', default = False, grp.add_option('--dedicated', action = 'store_true', dest = 'DEDICATED', default = False,
help = 'build Xash Dedicated Server(XashDS)') help = 'build Xash Dedicated Server(XashDS)')
grp.add_option( '--single-binary', action = 'store_true', dest = 'SINGLE_BINARY', default = False, grp.add_option( '--single-binary', action = 'store_true', dest = 'SINGLE_BINARY', default = False,
help = 'build single "xash" binary instead of xash.dll/libxash.so (forced for dedicated)') help = 'build single "xash" binary instead of xash.dll/libxash.so (forced for dedicated)')
grp.add_option('--64bits', action = 'store_true', dest = 'ALLOW64', default = False, grp.add_option('--64bits', action = 'store_true', dest = 'ALLOW64', default = False,

Loading…
Cancel
Save