Skip to content

Commit

Permalink
setup ARCHFLAGS only for the right runner
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlopaciuk committed Apr 18, 2024
1 parent 9062c77 commit df20440
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 @@ -63,5 +63,6 @@ before-all = [
build-frontend = "build"
build-verbosity = 1

[tool.cibuildwheel.macos]
[[tool.cibuildwheel.macos.overrides]]
select = "*-macosx_arm64"
environment = 'ARCHFLAGS="-arch $(arch)"'

0 comments on commit df20440

Please sign in to comment.