From d81288d2819ad0e09b88a9dbe886f2dbf697c569 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 2 Nov 2018 01:35:10 +0300 Subject: [PATCH] wscript: remove no-download-deps, autodownloading of dependencies not done yet --- wscript | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wscript b/wscript index cbcff9e6..ba81db89 100644 --- a/wscript +++ b/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')