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