Skip to content

Commit 534180c

Browse files
committed
Update lib in setup.py
1 parent 67b25db commit 534180c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# | jq -nRc '{"only": inputs, "os": "macos-latest"}' \
8686
# && cibuildwheel --print-build-identifiers --platform windows \
8787
cibuildwheel --print-build-identifiers --platform windows \
88-
| jq -nRc '{"only": inputs, "os": "windows-2022"}'
88+
| jq -nRc '{"only": inputs, "os": "windows-2019"}'
8989
} | jq -sc
9090
)
9191
echo "include=$MATRIX"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def prepare_static_build_win(self):
264264
ext.libraries = [
265265
'libxmlsec_a',
266266
'libxmlsec-openssl_a',
267-
'libeay32',
267+
'libcrypto',
268268
'iconv_a',
269269
'libxslt_a',
270270
'libexslt_a',

0 commit comments

Comments
 (0)