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 41c91a7 commit efbf6c1
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 @@ -21,6 +21,6 @@ manylinux-aarch64-image = "manylinux_2_28"
before-all = [
"brew install pkg-config capnp [email protected] qt5",
"sudo xcode-select -s /Library/Developer/CommandLineTools",
"echo 'export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"' >> ~/.zshrc",
"export PATH='/opt/homebrew/opt/qt@5/bin:$PATH'",
"export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)"
]

0 comments on commit efbf6c1

Please sign in to comment.