Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Update OS X compiler info for wheels
  • Loading branch information
peekxc committed Jun 6, 2024
1 parent dc03d51 commit f4bd778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ environment = { CC="gcc", CXX="g++" } # for manylinux2014

[tool.cibuildwheel.macos]
before-build = "bash {project}/tools/cibw_macos.sh"
environment = { CC="/usr/local/opt/llvm/bin/clang", CXX="/usr/local/opt/llvm/bin/clang++" }
environment = { CC="/opt/homebrew/opt/llvm/bin/clang", CXX="/opt/homebrew/opt/llvm/bin/clang++" }

[tool.cibuildwheel.windows]
before-build = "bash {project}/tools/cibw_windows.sh"
Expand Down

0 comments on commit f4bd778

Please sign in to comment.