build fix - explicitly disable rust on unsupported arches

This commit is contained in:
Martin Stransky 2017-04-19 09:29:00 +02:00
parent ed4fe39b9c
commit 6d57516fb1

View File

@ -443,6 +443,8 @@ echo "ac_add_options --without-system-icu" >> .mozconfig
%if %{?build_with_rust}
echo "ac_add_options --enable-rust" >> .mozconfig
%else
echo "ac_add_options --disable-rust" >> .mozconfig
%endif
%ifarch aarch64 ppc64 s390x