libglvnd: disable asm for mips*

This commit is contained in:
Jürgen Buchmüller 2019-12-08 14:03:23 +01:00
parent 505ea47336
commit eec6a94824

View file

@ -22,7 +22,7 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
fi
case "$XBPS_TARGET_MACHINE" in
arm*) configure_args+=" -Dasm=disabled";;
arm*|mips*) configure_args+=" -Dasm=disabled";;
esac
post_install() {