Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Jan 18, 2025
1 parent cb7ec9a commit 41c91a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ manylinux-aarch64-image = "manylinux_2_28"
[tool.cibuildwheel.macos]
before-all = [
"brew install pkg-config capnp [email protected] qt5",
"sudo xcode-select -s /Library/Developer/CommandLineTools"
"sudo xcode-select -s /Library/Developer/CommandLineTools",
"echo 'export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"' >> ~/.zshrc",
"export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)"
]

0 comments on commit 41c91a7

Please sign in to comment.