Skip to content

Commit

Permalink
Removed patch from pypa/distutils#209 for finding Cygwin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 2, 2024
1 parent 06cad14 commit f922911
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f922911

Please sign in to comment.