Skip to content

Commit de4c6c1

Browse files
authored
Removed ld64 flag (#6)
Co-authored-by: Andrew Murray <[email protected]>
1 parent 9ad8311 commit de4c6c1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,7 @@ function build {
169169
fi
170170
build_new_zlib
171171

172-
ORIGINAL_LDFLAGS=$LDFLAGS
173-
if [[ -n "$IS_MACOS" ]] && [[ "$CIBW_ARCHS" == "arm64" ]]; then
174-
LDFLAGS="${LDFLAGS} -ld64"
175-
fi
176172
build_libavif
177-
LDFLAGS=$ORIGINAL_LDFLAGS
178173

179174
build_simple xcb-proto 1.17.0 https://xorg.freedesktop.org/archive/individual/proto
180175
if [ -n "$IS_MACOS" ]; then

0 commit comments

Comments
 (0)