We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63d6221 + 053cb3d commit 73fc730Copy full SHA for 73fc730
.github/workflows/test-cygwin.yml
@@ -104,7 +104,7 @@ jobs:
104
- name: Build
105
shell: bash.exe -eo pipefail -o igncr "{0}"
106
run: |
107
- SETUPTOOLS_USE_DISTUTILS=stdlib .ci/build.sh
+ .ci/build.sh
108
109
- name: Test
110
setup.py
@@ -515,6 +515,7 @@ def build_extensions(self):
515
516
elif sys.platform == "cygwin":
517
# pythonX.Y.dll.a is in the /usr/lib/pythonX.Y/config directory
518
+ self.compiler.shared_lib_extension = ".dll.a"
519
_add_directory(
520
library_dirs,
521
os.path.join(
0 commit comments