fix 64 bit detection

This commit is contained in:
Peter Robinson 2015-07-19 12:20:53 +01:00
parent a24e4bc84a
commit 89866e6d57
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev
find %{buildroot} -type f -name "*.la" -delete
# fix multilib issues
%if %{?__isa_bits} == 64
%ifarch aarch64 %{power64} s390x x86_64
%define wordsize 64
%else
%define wordsize 32