Simplified setting PLAT on macOS

This commit is contained in:
Andrew Murray 2025-06-30 20:10:52 +10:00 committed by GitHub
parent 33d522d7bd
commit a823a0a8a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ elif [[ "$(uname -s)" == "Darwin" ]]; then
check_cibw_archs check_cibw_archs
# Build macOS dependencies in `build/darwin` # Build macOS dependencies in `build/darwin`
# Install them into `build/deps/darwin` # Install them into `build/deps/darwin`
PLAT="${CIBW_ARCHS:-$AUDITWHEEL_ARCH}" PLAT=$CIBW_ARCHS
WORKDIR=$(pwd)/build/darwin WORKDIR=$(pwd)/build/darwin
BUILD_PREFIX=$(pwd)/build/deps/darwin BUILD_PREFIX=$(pwd)/build/deps/darwin
else else