mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
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
|
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…
Add table
Reference in a new issue