Disable ion for s390(x)
This commit is contained in:
parent
5bd5ea4597
commit
d372022a2c
@ -462,6 +462,10 @@ echo "ac_add_options --with-system-icu" >> .mozconfig
|
|||||||
%else
|
%else
|
||||||
echo "ac_add_options --without-system-icu" >> .mozconfig
|
echo "ac_add_options --without-system-icu" >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch s390 s390x
|
||||||
|
echo "ac_add_options --disable-ion" >> .mozconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user