Skip to content

Commit 4804aa8

Browse files
committed
fix macOS target = 13 also in the cross compiler environment
1 parent 0c952a9 commit 4804aa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ environment = { CC = "clang", CXX = "clang++", FC = "gfortran-12", MACOSX_DEPLOY
4848
[[tool.cibuildwheel.overrides]]
4949
select = "*-macosx_arm64"
5050
before-build = "bash {project}/tools/wheels/cibw_before_build_macos.sh {project}"
51+
environment = { MACOSX_DEPLOYMENT_TARGET = 13.0 }
5152

5253
# Override the default environment variables with the cross-compiled ones
5354
[tool.cibuildwheel.overrides.environment]

0 commit comments

Comments
 (0)