Disabled stylo on i686

This commit is contained in:
Martin Stransky 2017-10-09 14:49:41 +02:00
parent 92eee6224e
commit fd700ad0ae
1 changed files with 3 additions and 0 deletions

View File

@ -453,6 +453,9 @@ echo "ac_add_options --without-system-icu" >> .mozconfig
echo "ac_add_options --disable-ion" >> .mozconfig
%endif
%ifarch %{ix86}
echo "ac_add_options --disable-stylo" >> .mozconfig
%endif
#---------------------------------------------------------------------