Use $IS_ALPINE instead of $MB_ML_LIBC

This commit is contained in:
Andrew Murray 2024-09-27 14:59:27 +10:00
parent d133199391
commit 4ca2b92503

View File

@ -156,12 +156,10 @@ if [[ -n "$IS_MACOS" ]]; then
fi fi
brew install meson pkg-config brew install meson pkg-config
elif [[ "$MB_ML_LIBC" == "manylinux" ]]; then elif [[ -n "$IS_ALPINE" ]]; then
if [[ "$HARFBUZZ_VERSION" != 8.5.0 ]]; then
yum install -y meson
fi
else
apk add meson apk add meson
elif [[ "$HARFBUZZ_VERSION" != 8.5.0 ]]; then
yum install -y meson
fi fi
wrap_wheel_builder build wrap_wheel_builder build