build fix - explicitly disable rust on unsupported arches
This commit is contained in:
parent
ed4fe39b9c
commit
6d57516fb1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user