mirror of https://github.com/python/cpython.git
patch #664131, fix config command on OSX and Linux
This commit is contained in:
parent
35a92ce9da
commit
ca3fec7162
|
@ -151,7 +151,8 @@ def _link (self, body,
|
|||
library_dirs=library_dirs,
|
||||
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)
|
||||
|
||||
return (src, obj, prog)
|
||||
|
|
Loading…
Reference in New Issue