Skip to content

Commit 9062c77

Browse files
Setup ARCHFLAGS correctly for each runner
1 parent eb6886e commit 9062c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ build-frontend = "build"
6464
build-verbosity = 1
6565

6666
[tool.cibuildwheel.macos]
67-
environment = 'ARCHFLAGS="-arch arm64"'
67+
environment = 'ARCHFLAGS="-arch $(arch)"'

0 commit comments

Comments
 (0)