mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764)
Set CUSTOMIZED_OSX_COMPILER to True to disable _osx_support.customize_compiler().
This commit is contained in:
parent
42f55ee500
commit
a9bd8925c7
1 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,9 @@ def set_executables(self, **kw):
|
|||
'CCSHARED': '--sc-ccshared',
|
||||
'LDSHARED': 'sc_ldshared',
|
||||
'SHLIB_SUFFIX': 'sc_shutil_suffix',
|
||||
|
||||
# On macOS, disable _osx_support.customize_compiler()
|
||||
'CUSTOMIZED_OSX_COMPILER': 'True',
|
||||
}
|
||||
|
||||
comp = compiler()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue