wscript: remove no-download-deps, autodownloading of dependencies not done yet

This commit is contained in:
Alibek Omarov 2018-11-02 01:35:10 +03:00
parent d18708acf5
commit d81288d281
1 changed files with 0 additions and 4 deletions

View File

@ -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')