Disabled rust on armv7l

This commit is contained in:
Martin Stransky 2017-01-20 09:39:39 +01:00
parent 99443d4089
commit 02759c2566
1 changed files with 1 additions and 1 deletions

View File

@ -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