Forgot a question mark in the %if condition.

This commit is contained in:
Jerry James 2020-02-10 11:24:47 -07:00
parent 13ec952edf
commit aa7e4af166
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Provides: bundled(jquery)
%prep
%autosetup -N -n gmpy-%{srcname}-%{version}%{?prerelease}
%if 0%{__isa_bits} == 32
%if 0%{?__isa_bits} == 32
%patch0 -p1
%endif