diff --git a/wscript b/wscript index 970d0a736..dc466ec84 100644 --- a/wscript +++ b/wscript @@ -62,6 +62,7 @@ def dist_hook(): import tarfile shutil.rmtree("doc/html", True) shutil.rmtree("doc/latex", True) + shutil.rmtree("nsc", True) if not os.path.exists("bindings/python/pybindgen"): Params.fatal("Missing pybindgen checkout; run './waf configure --pybindgen-checkout' first.")