Disable ion for s390(x)

This commit is contained in:
Jan Horak 2017-08-29 15:54:56 +02:00
parent 5bd5ea4597
commit d372022a2c

View File

@ -462,6 +462,10 @@ echo "ac_add_options --with-system-icu" >> .mozconfig
%else
echo "ac_add_options --without-system-icu" >> .mozconfig
%endif
%ifarch s390 s390x
echo "ac_add_options --disable-ion" >> .mozconfig
%endif
#---------------------------------------------------------------------