Skip to content

Commit

Permalink
distutils: find import library
Browse files Browse the repository at this point in the history
Co-authored-by: Алексей <[email protected]>
  • Loading branch information
Alexpux authored and lazka committed Aug 25, 2023
1 parent 7060026 commit 77438d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/distutils/cygwinccompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class CygwinCCompiler(UnixCCompiler):
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"
Expand Down

0 comments on commit 77438d9

Please sign in to comment.