Enabled rust on ix86

This commit is contained in:
Martin Stransky 2017-05-11 21:25:50 +02:00
parent f82418b7fd
commit bba6ed6e7d
1 changed files with 1 additions and 1 deletions

View File

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