mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Removed some old test code: don't set 'plat' when calling 'new_compiler()'.
This commit is contained in:
parent
95c0b269de
commit
7d51034eef
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@ class build_clib (Command):
|
|||
return
|
||||
|
||||
# Yech -- this is cut 'n pasted from build_ext.py!
|
||||
self.compiler = new_compiler (plat=os.environ.get ('PLAT'),
|
||||
verbose=self.verbose,
|
||||
self.compiler = new_compiler (verbose=self.verbose,
|
||||
dry_run=self.dry_run,
|
||||
force=self.force)
|
||||
if self.include_dirs is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue