We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad8311 commit de4c6c1Copy full SHA for de4c6c1
.github/workflows/wheels-dependencies.sh
@@ -169,12 +169,7 @@ function build {
169
fi
170
build_new_zlib
171
172
- ORIGINAL_LDFLAGS=$LDFLAGS
173
- if [[ -n "$IS_MACOS" ]] && [[ "$CIBW_ARCHS" == "arm64" ]]; then
174
- LDFLAGS="${LDFLAGS} -ld64"
175
- fi
176
build_libavif
177
- LDFLAGS=$ORIGINAL_LDFLAGS
178
179
build_simple xcb-proto 1.17.0 https://xorg.freedesktop.org/archive/individual/proto
180
if [ -n "$IS_MACOS" ]; then
0 commit comments