diff options
Diffstat (limited to 'Lib/distutils')
-rw-r--r-- | Lib/distutils/ccompiler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/distutils/ccompiler.py b/Lib/distutils/ccompiler.py index 53901b3..5e0b328 100644 --- a/Lib/distutils/ccompiler.py +++ b/Lib/distutils/ccompiler.py @@ -366,6 +366,7 @@ class CCompiler: """ # Get the list of expected output (object) files objects = self.object_filenames (sources, + strip_dir=1, output_dir=output_dir) if self.force: |