Skip to content

Commit bff3e46

Browse files
committed
try fix mentioned in #61
1 parent e1dbb38 commit bff3e46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ archs = ["x86_64"]
105105

106106
[tool.cibuildwheel.macos]
107107
before-all = "bash build_dependencies/install_macos.sh"
108-
archs = ["x86_64"]
108+
environment = { CPATH = "$(brew --prefix)/include:$(brew --prefix)/include/eigen3", LD_LIBRARY_PATH = "$(brew --prefix)/lib" }
109+
archs = ["x86_64", "universal"]
109110

110111
[tool.cibuildwheel.windows]
111112
before-all = "powershell build_dependencies\\install_windows.ps1"

0 commit comments

Comments
 (0)