We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b25db commit 534180cCopy full SHA for 534180c
.github/workflows/wheels.yml
@@ -85,7 +85,7 @@ jobs:
85
# | jq -nRc '{"only": inputs, "os": "macos-latest"}' \
86
# && cibuildwheel --print-build-identifiers --platform windows \
87
cibuildwheel --print-build-identifiers --platform windows \
88
- | jq -nRc '{"only": inputs, "os": "windows-2022"}'
+ | jq -nRc '{"only": inputs, "os": "windows-2019"}'
89
} | jq -sc
90
)
91
echo "include=$MATRIX"
setup.py
@@ -264,7 +264,7 @@ def prepare_static_build_win(self):
264
ext.libraries = [
265
'libxmlsec_a',
266
'libxmlsec-openssl_a',
267
- 'libeay32',
+ 'libcrypto',
268
'iconv_a',
269
'libxslt_a',
270
'libexslt_a',
0 commit comments