Commit 70e1d9b5 authored by Skip Montanaro's avatar Skip Montanaro

save the verbose argument as an instance attributes. Subclasses of

CCompiler may rely on the presence of self.verbose (SciPy's distutils
appears to).
parent cfb30e23
......@@ -82,6 +82,7 @@ class CCompiler:
self.dry_run = dry_run
self.force = force
self.verbose = verbose
# 'output_dir': a common output directory for object, library,
# shared object, and shared library files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment