Browse Source

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

pull/2/head
Alibek Omarov 6 years ago
parent
commit
d81288d281
  1. 4
      wscript

4
wscript

@ -43,10 +43,6 @@ def options(opt): @@ -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…
Cancel
Save