Commit 7d51034e authored by Greg Ward's avatar Greg Ward

Removed some old test code: don't set 'plat' when calling 'new_compiler()'.

parent 95c0b269
...@@ -89,8 +89,7 @@ class build_clib (Command): ...@@ -89,8 +89,7 @@ class build_clib (Command):
return return
# Yech -- this is cut 'n pasted from build_ext.py! # Yech -- this is cut 'n pasted from build_ext.py!
self.compiler = new_compiler (plat=os.environ.get ('PLAT'), self.compiler = new_compiler (verbose=self.verbose,
verbose=self.verbose,
dry_run=self.dry_run, dry_run=self.dry_run,
force=self.force) force=self.force)
if self.include_dirs is not None: if self.include_dirs is not None:
......
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