mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 10:30:00 +00:00
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…
x
Reference in New Issue
Block a user