fix 64 bit detection
This commit is contained in:
parent
a24e4bc84a
commit
89866e6d57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user