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-03-18 00:06:51.816200000 +0400
|
|
+++ b/Lib/distutils/cygwinccompiler.py 2014-03-18 00:06:52.019000000 +0400
|
|
@@ -93,6 +93,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"
|