Skip to content

Commit a697da2

Browse files
committed
Force reinstall of OpenSSL from sources
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent 6b55119 commit a697da2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ before-build = "set"
2727

2828
[tool.cibuildwheel.macos]
2929
build = "cp*-macosx_*"
30-
before-all = "brew install openssl@3"
30+
before-all = """
31+
brew install openssl@3
32+
# Force universal build of OpenSSL
33+
brew reinstall --build-from-source openssl@3
34+
"""
3135
before-build = "export OPENSSL_ROOT_DIR=/usr/local/opt/openssl@3"
3236
environment = { OPENSSL_ROOT_DIR = "/usr/local/opt/openssl@3" }
3337

0 commit comments

Comments
 (0)