Thanks to visit codestin.com Credit goes to github.com
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 b8c9417 commit bd2983cCopy full SHA for bd2983c
1 file changed
Lib/distutils/ccompiler.py
@@ -366,6 +366,7 @@ def _prep_compile (self, sources, output_dir):
366
"""
367
# Get the list of expected output (object) files
368
objects = self.object_filenames (sources,
369
+ strip_dir=1,
370
output_dir=output_dir)
371
372
if self.force:
0 commit comments