Skip to content

Commit

Permalink
Merge pull request #7175 from radarhere/cygwin
Browse files Browse the repository at this point in the history
Fixed finding dependencies on Cygwin
  • Loading branch information
radarhere committed Jun 23, 2023
2 parents 63d6221 + 053cb3d commit 73fc730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cygwin.yml
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Build
shell: bash.exe -eo pipefail -o igncr "{0}"
run: |
SETUPTOOLS_USE_DISTUTILS=stdlib .ci/build.sh
.ci/build.sh
- name: Test
run: |
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -515,6 +515,7 @@ 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 73fc730

Please sign in to comment.