diff --git a/pyproject.toml b/pyproject.toml index 0f1c671..3234918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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)"'