libglvnd: disable asm for mips*
This commit is contained in:
parent
505ea47336
commit
eec6a94824
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue