We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c14061 commit 22de4ceCopy full SHA for 22de4ce
Lib/distutils/tests/test_sysconfig.py
@@ -73,6 +73,9 @@ def set_executables(self, **kw):
73
comp = compiler()
74
old_vars = dict(sysconfig._config_vars)
75
try:
76
+ # On macOS, disable _osx_support.customize_compiler()
77
+ sysconfig._config_vars['CUSTOMIZED_OSX_COMPILER'] = 'True'
78
+
79
for key, value in sysconfig_vars.items():
80
sysconfig._config_vars[key] = value
81
sysconfig.customize_compiler(comp)
0 commit comments