From 0041c1bdc374c46eb0fb7f8cf0302c175d6ff421 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 28 Nov 2024 20:52:52 +1100 Subject: [PATCH] Removed ld64 flag --- .github/workflows/wheels-dependencies.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 69a2e3c34f3..3c104317c21 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -168,12 +168,7 @@ function build { fi build_new_zlib - ORIGINAL_LDFLAGS=$LDFLAGS - if [[ -n "$IS_MACOS" ]] && [[ "$CIBW_ARCHS" == "arm64" ]]; then - LDFLAGS="${LDFLAGS} -ld64" - fi build_libavif - LDFLAGS=$ORIGINAL_LDFLAGS build_simple xcb-proto 1.17.0 https://xorg.freedesktop.org/archive/individual/proto if [ -n "$IS_MACOS" ]; then