Skip to content

Commit

Permalink
Remove unnecessary override to the same value.
Browse files Browse the repository at this point in the history
Co-authored-by: DWesl <[email protected]>
  • Loading branch information
jaraco and DWesl committed Jun 28, 2024
1 parent 777a43c commit 8daf3d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distutils/unixccompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ class UnixCCompiler(CCompiler):
exe_extension = ".exe"
shared_lib_extension = ".dll.a"
dylib_lib_extension = ".dll"
static_lib_format = shared_lib_format = "lib%s%s"
dylib_lib_format = "cyg%s%s"

def preprocess(
Expand Down

0 comments on commit 8daf3d1

Please sign in to comment.