Fix issue if __isa_bits is not defined.
This commit is contained in:
parent
4b1cbd7a92
commit
7b0911ee43
@ -44,7 +44,7 @@
|
||||
%endif
|
||||
|
||||
%global libwbc_alternatives_suffix %nil
|
||||
%if %{__isa_bits} == 64
|
||||
%if 0%{?__isa_bits} == 64
|
||||
%global libwbc_alternatives_suffix -64
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user