12 lines
474 B
Diff
12 lines
474 B
Diff
diff -Naur a/Lib/distutils/cygwinccompiler.py b/Lib/distutils/cygwinccompiler.py
|
|
--- a/Lib/distutils/cygwinccompiler.py 2014-02-18 09:32:28.392200000 +0400
|
|
+++ b/Lib/distutils/cygwinccompiler.py 2014-02-18 09:32:28.610600000 +0400
|
|
@@ -85,6 +85,7 @@
|
|
obj_extension = ".o"
|
|
static_lib_extension = ".a"
|
|
shared_lib_extension = ".dll"
|
|
+ dylib_lib_extension = ".dll.a"
|
|
static_lib_format = "lib%s%s"
|
|
shared_lib_format = "%s%s"
|
|
exe_extension = ".exe"
|