Skip to content

Commit

Permalink
clang config
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 8, 2024
1 parent 1b2abeb commit ea13560
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 @@ -197,4 +197,4 @@ test-requires = "pytest"
test-command = "pytest -s -vv --import-mode importlib {project}/tests/fast_pauli"

[tool.cibuildwheel.macos]
environment = "CXX=$(brew --prefix llvm@15)/bin/clang++"
environment = { CXX="$(brew --prefix llvm@15)/bin/clang++", LDFLAGS="-L/opt/homebrew/opt/llvm/lib", CPPFLAGS="-I/opt/homebrew/opt/llvm/include" }

0 comments on commit ea13560

Please sign in to comment.