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

patch #664131, fix config command on OSX and Linux

parent c7d6889f
...@@ -151,7 +151,8 @@ class config (Command): ...@@ -151,7 +151,8 @@ class config (Command):
library_dirs=library_dirs, library_dirs=library_dirs,
target_lang=lang) target_lang=lang)
prog = prog + self.compiler.exe_extension if self.compiler.exe_extension is not None:
prog = prog + self.compiler.exe_extension
self.temp_files.append(prog) self.temp_files.append(prog)
return (src, obj, prog) return (src, obj, 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