We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff3e46 commit 67c96a9Copy full SHA for 67c96a9
1 file changed
pyproject.toml
@@ -106,7 +106,7 @@ archs = ["x86_64"]
106
[tool.cibuildwheel.macos]
107
before-all = "bash build_dependencies/install_macos.sh"
108
environment = { CPATH = "$(brew --prefix)/include:$(brew --prefix)/include/eigen3", LD_LIBRARY_PATH = "$(brew --prefix)/lib" }
109
-archs = ["x86_64", "universal"]
+archs = ["x86_64", "universal2"]
110
111
[tool.cibuildwheel.windows]
112
before-all = "powershell build_dependencies\\install_windows.ps1"
0 commit comments