Removed ld64 flag (#6)

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2024-12-08 04:46:08 +11:00 committed by GitHub
parent 9ad83119cf
commit de4c6c1976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,12 +169,7 @@ function build {
fi fi
build_new_zlib build_new_zlib
ORIGINAL_LDFLAGS=$LDFLAGS
if [[ -n "$IS_MACOS" ]] && [[ "$CIBW_ARCHS" == "arm64" ]]; then
LDFLAGS="${LDFLAGS} -ld64"
fi
build_libavif build_libavif
LDFLAGS=$ORIGINAL_LDFLAGS
build_simple xcb-proto 1.17.0 https://xorg.freedesktop.org/archive/individual/proto build_simple xcb-proto 1.17.0 https://xorg.freedesktop.org/archive/individual/proto
if [ -n "$IS_MACOS" ]; then if [ -n "$IS_MACOS" ]; then