mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Whitespace normalization.
This commit is contained in:
parent
5ff1492720
commit
fffc4b7b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ def customize_compiler(compiler):
|
|||
"""
|
||||
if compiler.compiler_type == "unix":
|
||||
(cc, cxx, opt, cflags, ccshared, ldshared, so_ext) = \
|
||||
get_config_vars('CC', 'CXX', 'OPT', 'CFLAGS',
|
||||
get_config_vars('CC', 'CXX', 'OPT', 'CFLAGS',
|
||||
'CCSHARED', 'LDSHARED', 'SO')
|
||||
|
||||
if os.environ.has_key('CC'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue