Skip to content

Commit afc54f8

Browse files
jaracoDWesl
andcommitted
Remove unnecessary override to the same value.
Co-authored-by: DWesl <[email protected]>
1 parent 5491f80 commit afc54f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

distutils/unixccompiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ class UnixCCompiler(CCompiler):
146146
exe_extension = ".exe"
147147
shared_lib_extension = ".dll.a"
148148
dylib_lib_extension = ".dll"
149-
static_lib_format = shared_lib_format = "lib%s%s"
150149
dylib_lib_format = "cyg%s%s"
151150

152151
def preprocess(

0 commit comments

Comments
 (0)