summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-05-11 21:25:50 +0200
committerMartin Stransky <stransky@redhat.com>2017-05-11 21:25:50 +0200
commitbba6ed6e7d46d27de28cdbb44f71cc21c9fd4455 (patch)
tree8f4ed8fc584018af0f51772ad69c529bd4b8f3f3 /firefox.spec
parentDisabled ppc and aarch64 (diff)
downloadlibrewolf-fedora-ff-bba6ed6e7d46d27de28cdbb44f71cc21c9fd4455.tar.gz
librewolf-fedora-ff-bba6ed6e7d46d27de28cdbb44f71cc21c9fd4455.tar.bz2
librewolf-fedora-ff-bba6ed6e7d46d27de28cdbb44f71cc21c9fd4455.zip
Enabled rust on ix86
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 699752f..abdab24 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -54,7 +54,7 @@ ExcludeArch: ppc64le aarch64 ppc64 s390 s390x
%define build_with_rust 0
-%ifarch x86_64 armv7hl
+%ifarch %{ix86} x86_64 armv7hl
%define build_with_rust 1
%endif
bgstack15