Skip to content

Commit

Permalink
fix bug in cibuildtool section of pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlopaciuk committed Apr 18, 2024
1 parent df20440 commit ed61cee
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 @@ -63,6 +63,6 @@ before-all = [
build-frontend = "build"
build-verbosity = 1

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

0 comments on commit ed61cee

Please sign in to comment.