Skip to content

Commit 947f035

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

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
@@ -53,6 +53,7 @@ before-build = "bash {project}/tools/wheels/cibw_before_build_macos.sh {project}
5353
[tool.cibuildwheel.overrides.environment]
5454
CC = "clang"
5555
CXX = "clang++"
56+
MACOSX_DEPLOYMENT_TARGET = 13.0
5657
FC = "/opt/gfortran-darwin-arm64-cross/bin/arm64-apple-darwin20.0.0-gfortran"
5758
LDFLAGS = "-L/opt/gfortran-darwin-arm64-cross/lib/gcc/arm64-apple-darwin20.0.0/11.3.0 -Wl,-rpath,/opt/gfortran-darwin-arm64-cross/lib/gcc/arm64-apple-darwin20.0.0/11.3.0"
5859

0 commit comments

Comments
 (0)