Fix FTBFS in nested %ifarch

epel9
Josh Stone 7 years ago
parent 70cf7b770b
commit f8b09f16fe

@ -49,11 +49,10 @@ which use %{crate} from crates.io.
%if %{with check} %if %{with check}
%check %check
# https://github.com/FillZpp/sys-info-rs/issues/25 # https://github.com/FillZpp/sys-info-rs/issues/25
%cargo_test \
%ifarch ppc64 ppc64le %ifarch ppc64 ppc64le
|| : %cargo_test || :
%else %else
; %cargo_test
%endif %endif
%endif %endif

Loading…
Cancel
Save