Skip to content

Commit

Permalink
quotes are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 9, 2024
1 parent c7587c9 commit 18ea1a4
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 @@ -198,5 +198,5 @@ test-command = "pytest -s -vv --import-mode importlib {project}/tests/fast_pauli

[tool.cibuildwheel.macos]
before-build = "brew install llvm"
build-frontend = { name = "pip", args = ["-C cmake.args=\"-DCMAKE_CXX_COMPILER=$(brew --prefix llvm)/bin/clang++;-DCMAKE_CXX_FLAGS='-stdlib=libc++ -fexperimental-library'\""] }
build-frontend = { name = "pip", args = ['-C cmake.args=-DCMAKE_CXX_COMPILER=$(brew --prefix llvm)/bin/clang++;-DCMAKE_CXX_FLAGS="-stdlib=libc++ -fexperimental-library"'] }
# -C cmake.args="-DCMAKE_CXX_COMPILER=$(brew --prefix llvm)/bin/clang++;-DCMAKE_CXX_FLAGS='-stdlib=libc++ -fexperimental-library'"

0 comments on commit 18ea1a4

Please sign in to comment.