b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 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 | |
| 7 | - if not Options.options.without_ad_dc: |
| 8 | - for module, package in ad_dc_pkgs.items(): |
| 9 | - find_third_party_module(conf, module, package) |
| 10 | +# if not Options.options.without_ad_dc: |
| 11 | +# for module, package in ad_dc_pkgs.items(): |
| 12 | +# find_third_party_module(conf, module, package) |
| 13 | |
| 14 | |
| 15 | def build(bld): |