mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Took out what looks like old debugging code that probably should never
have been checked in: was passing the PLAT environment variable as the 'plat' argument to 'new_compiler()'.
This commit is contained in:
parent
a27e9fb19f
commit
4620f306a4
1 changed files with 1 additions and 2 deletions
|
@ -146,8 +146,7 @@ class build_ext (Command):
|
||||||
|
|
||||||
# Setup the CCompiler object that we'll use to do all the
|
# Setup the CCompiler object that we'll use to do all the
|
||||||
# compiling and linking
|
# compiling and linking
|
||||||
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue