Switch to %mingw_make_{build,install}

This commit is contained in:
Sandro Mani 2020-11-13 00:10:27 +01:00
parent eebd4abe80
commit 2005e05e65

View File

@ -90,13 +90,13 @@ popd
--with-cross-build=$(pwd)/nativebuild \
--with-data-packaging=library
%mingw_make %{?_smp_mflags}
%mingw_make_build
popd
%install
pushd source
%mingw_make DESTDIR=%{buildroot} install
%mingw_make_install
popd
#find %{buildroot} -name "*.dll" -type l -delete