You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
530 B

--- a/python/wscript
+++ b/python/wscript
@@ -73,9 +73,9 @@ def configure(conf):
for module, package in selftest_pkgs.items():
find_third_party_module(conf, module, package)
- if not Options.options.without_ad_dc:
- for module, package in ad_dc_pkgs.items():
- find_third_party_module(conf, module, package)
+# if not Options.options.without_ad_dc:
+# for module, package in ad_dc_pkgs.items():
+# find_third_party_module(conf, module, package)
def build(bld):