From 8daf3d1642a8e48564afd438efaf2d3f5a460b56 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 28 Jun 2024 11:55:50 -0400 Subject: [PATCH] Remove unnecessary override to the same value. Co-authored-by: DWesl <22566757+DWesl@users.noreply.github.com> --- distutils/unixccompiler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/distutils/unixccompiler.py b/distutils/unixccompiler.py index e547d489..7e68596b 100644 --- a/distutils/unixccompiler.py +++ b/distutils/unixccompiler.py @@ -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(