at master 465 B view raw
1--- origsrc/Lib/distutils/unixccompiler.py.orig 2012-11-27 07:44:15.409993500 -0500 2+++ src/Lib/distutils/unixccompiler.py 2012-11-27 08:09:57.801770900 -0500 3@@ -141,6 +141,7 @@ 4 static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s" 5 if sys.platform == "cygwin": 6 exe_extension = ".exe" 7+ dylib_lib_extension = ".dll.a" 8 9 def preprocess(self, source, 10 output_file=None, macros=None, include_dirs=None,