From f9229110615263dbd90f3fc47745e282d4b97365 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 2 Jul 2024 11:50:53 +1000 Subject: [PATCH] Removed patch from pypa/distutils#209 for finding Cygwin dependencies --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0abfaaddc5b..a67f4d0737b 100644 --- a/setup.py +++ b/setup.py @@ -529,7 +529,6 @@ def build_extensions(self): elif sys.platform == "cygwin": # pythonX.Y.dll.a is in the /usr/lib/pythonX.Y/config directory - self.compiler.shared_lib_extension = ".dll.a" _add_directory( library_dirs, os.path.join(