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
1 changed files with 1 additions and 1 deletions

View File

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