Switch to %mingw_make_{build,install}

This commit is contained in:
Sandro Mani 2020-11-13 00:12:21 +01:00
parent ea2c90f29a
commit 968eebf078

View File

@ -108,11 +108,11 @@ autoreconf -vif
--enable-static \
--enable-unicode \
--disable-valgrind
%mingw_make %{?_smp_mflags}
%mingw_make_build
%install
%mingw_make DESTDIR=%{buildroot} install
%mingw_make_install
rm -rf %{buildroot}%{mingw32_datadir}/doc/*
rm -rf %{buildroot}%{mingw64_datadir}/doc/*