summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index bf319d9..8e5e0b9 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -44,7 +44,7 @@
%define build_with_rust 0
%if 0%{?fedora} > 23
-%ifarch x86_64 armv7hl
+%ifarch x86_64
%define build_with_rust 1
%endif
%endif
bgstack15