Skip to content

Commit

Permalink
Attempt to fix cross-compilation on arm64 macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 20, 2025
1 parent bb67b61 commit ff78b1c
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 @@ -72,7 +72,7 @@ environment = {"PATH" = "$PATH:$HOME/.cargo/bin"}
before-all = "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"

[tool.cibuildwheel.macos]
before-all = "rustup target add aarch64-apple-darwin"
before-all = "rustup target add aarch64-apple-darwin; rustup target add x86_64-apple-darwin"

[tool.setuptools_scm]
write_to = "streamtracer/version.py"
Expand Down

0 comments on commit ff78b1c

Please sign in to comment.