Skip to content

Commit 77438d9

Browse files
Alexpuxlazka
authored andcommitted
distutils: find import library
Co-authored-by: Алексей <[email protected]>
1 parent 7060026 commit 77438d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/distutils/cygwinccompiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class CygwinCCompiler(UnixCCompiler):
9191
obj_extension = ".o"
9292
static_lib_extension = ".a"
9393
shared_lib_extension = ".dll"
94+
dylib_lib_extension = ".dll.a"
9495
static_lib_format = "lib%s%s"
9596
shared_lib_format = "%s%s"
9697
exe_extension = ".exe"

0 commit comments

Comments
 (0)