mirror of https://github.com/FWGS/xash3d-fwgs
wscript: remove no-download-deps, autodownloading of dependencies not done yet
This commit is contained in:
parent
d18708acf5
commit
d81288d281
4
wscript
4
wscript
|
@ -43,10 +43,6 @@ def options(opt):
|
|||
'--release', action = 'store_true', dest = 'RELEASE', default = False,
|
||||
help = 'strip debug info from binary and enable optimizations')
|
||||
|
||||
opt.add_option(
|
||||
'--no-download-deps', action = 'store_false', dest = 'AUTODL', default = True,
|
||||
help = 'don\'t try to download dependencies from network')
|
||||
|
||||
opt.add_option(
|
||||
'--win-style-install', action = 'store_true', dest = 'WIN_INSTALL', default = False,
|
||||
help = 'install like Windows build, ignore prefix, useful for development')
|
||||
|
|
Loading…
Reference in New Issue