plugapps/extra: fix

This commit is contained in:
Kevin Mihelich 2021-10-06 23:29:38 +00:00
parent 48fb6f54c2
commit 65fef7c6b4

View file

@ -104,7 +104,7 @@ END
echo "ac_add_options --disable-elf-hack" >> .mozconfig
# https://bugzilla.redhat.com/show_bug.cgi?id=1641623
echo "ac_add_options --disable-av1" >> .mozconfig
MAKEFLAGS="-j2"
MAKEFLAGS="-j1"
elif [[ $CARCH == "aarch64" ]]; then
echo 'ac_add_options --enable-rust-simd' >> .mozconfig
fi