Skip to content

Commit

Permalink
not universal
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 29, 2021
1 parent f6ab801 commit 3da703a
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 @@ -11,7 +11,7 @@ test-extras = ["testing"]
manylinux-x86_64-image = "manylinux_2_24"

[tool.cibuildwheel.macos]
archs = ["x86_64", "universal2"]
archs = ["x86_64", "arm64"]
environment = { REPAIR_LIBRARY_PATH = 'sdk/v9/Darwin/lib' }
repair-wheel-command = [
"DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-listdeps {wheel}",
Expand Down

0 comments on commit 3da703a

Please sign in to comment.