libglvnd: disable asm for mips*
This commit is contained in:
parent
505ea47336
commit
eec6a94824
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue