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

  1. --- a/python/wscript
  2. +++ b/python/wscript
  3. @@ -73,9 +73,9 @@ def configure(conf):
  4. for module, package in selftest_pkgs.items():
  5. find_third_party_module(conf, module, package)
  6. - if not Options.options.without_ad_dc:
  7. - for module, package in ad_dc_pkgs.items():
  8. - find_third_party_module(conf, module, package)
  9. +# if not Options.options.without_ad_dc:
  10. +# for module, package in ad_dc_pkgs.items():
  11. +# find_third_party_module(conf, module, package)
  12. def build(bld):