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 9f176ac commit 5174927Copy full SHA for 5174927
distutils/sysconfig.py
@@ -300,7 +300,6 @@ def customize_compiler(compiler): # noqa: C901
300
cflags,
301
ccshared,
302
ldshared,
303
- ldcxxshared,
304
shlib_suffix,
305
ar,
306
ar_flags,
@@ -310,13 +309,13 @@ def customize_compiler(compiler): # noqa: C901
310
309
'CFLAGS',
311
'CCSHARED',
312
'LDSHARED',
313
- 'LDCXXSHARED',
314
'SHLIB_SUFFIX',
315
'AR',
316
'ARFLAGS',
317
)
318
319
cxxflags = cflags
+ ldcxxshared = ""
320
321
if 'CC' in os.environ:
322
newcc = os.environ['CC']
0 commit comments