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 6b55119 commit a697da2Copy full SHA for a697da2
pyproject.toml
@@ -27,7 +27,11 @@ before-build = "set"
27
28
[tool.cibuildwheel.macos]
29
build = "cp*-macosx_*"
30
-before-all = "brew install openssl@3"
+before-all = """
31
+brew install openssl@3
32
+# Force universal build of OpenSSL
33
+brew reinstall --build-from-source openssl@3
34
+"""
35
before-build = "export OPENSSL_ROOT_DIR=/usr/local/opt/openssl@3"
36
environment = { OPENSSL_ROOT_DIR = "/usr/local/opt/openssl@3" }
37
0 commit comments