mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
plugapps/extra: fix
This commit is contained in:
parent
48fb6f54c2
commit
65fef7c6b4
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ END
|
||||||
echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1641623
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1641623
|
||||||
echo "ac_add_options --disable-av1" >> .mozconfig
|
echo "ac_add_options --disable-av1" >> .mozconfig
|
||||||
MAKEFLAGS="-j2"
|
MAKEFLAGS="-j1"
|
||||||
elif [[ $CARCH == "aarch64" ]]; then
|
elif [[ $CARCH == "aarch64" ]]; then
|
||||||
echo 'ac_add_options --enable-rust-simd' >> .mozconfig
|
echo 'ac_add_options --enable-rust-simd' >> .mozconfig
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue