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 65675e5 commit 52cd70bCopy full SHA for 52cd70b
distutils/sysconfig.py
@@ -304,6 +304,7 @@ def customize_compiler(compiler): # noqa: C901
304
cflags,
305
ccshared,
306
ldshared,
307
+ ldcxxshared,
308
shlib_suffix,
309
ar,
310
ar_flags,
@@ -313,13 +314,13 @@ def customize_compiler(compiler): # noqa: C901
313
314
'CFLAGS',
315
'CCSHARED',
316
'LDSHARED',
317
+ 'LDCXXSHARED',
318
'SHLIB_SUFFIX',
319
'AR',
320
'ARFLAGS',
321
)
322
323
cxxflags = cflags
- ldcxxshared = ""
324
325
if 'CC' in os.environ:
326
newcc = os.environ['CC']
0 commit comments