Skip to content

Commit

Permalink
args does not expand bash because it single quotes it
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 9, 2024
1 parent 6a043e7 commit df4144e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,6 @@ 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"] }
environment = "CXX=$(brew --prefix llvm)/bin/clang++"
build-frontend = { name = "pip", args = ['-C', "cmake.args=-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 df4144e

Please sign in to comment.