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