mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-06 14:40:51 +03:00
Removed ld64 flag (#6)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
This commit is contained in:
parent
9ad83119cf
commit
de4c6c1976
5
.github/workflows/wheels-dependencies.sh
vendored
5
.github/workflows/wheels-dependencies.sh
vendored
|
@ -169,12 +169,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
|
||||
|
|
Loading…
Reference in New Issue
Block a user