Commit 90ceb5ea authored by Just van Rossum's avatar Just van Rossum

patch #664131, fix config command on OSX and Linux

parent c7d6889f
...@@ -151,6 +151,7 @@ class config (Command): ...@@ -151,6 +151,7 @@ class config (Command):
library_dirs=library_dirs, library_dirs=library_dirs,
target_lang=lang) target_lang=lang)
if self.compiler.exe_extension is not None:
prog = prog + self.compiler.exe_extension prog = prog + self.compiler.exe_extension
self.temp_files.append(prog) self.temp_files.append(prog)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment