Switch to %mingw_make_{build,install}

This commit is contained in:
Sandro Mani 2020-11-13 00:12:54 +01:00
parent 455183df2c
commit c6c94e8479

View File

@ -82,11 +82,11 @@ autoreconf -i --force
%build
%mingw_configure --enable-shared --enable-static --enable-delay-load
%mingw_make %{?_smp_mflags} V=1
%mingw_make_build V=1
%install
%mingw_make install DESTDIR=%{buildroot}
%mingw_make_install
# Drop all .la files
find %{buildroot} -name "*.la" -delete