Switch to %mingw_make_{build,install}
This commit is contained in:
parent
455183df2c
commit
c6c94e8479
@ -82,11 +82,11 @@ autoreconf -i --force
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%mingw_configure --enable-shared --enable-static --enable-delay-load
|
%mingw_configure --enable-shared --enable-static --enable-delay-load
|
||||||
%mingw_make %{?_smp_mflags} V=1
|
%mingw_make_build V=1
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mingw_make install DESTDIR=%{buildroot}
|
%mingw_make_install
|
||||||
|
|
||||||
# Drop all .la files
|
# Drop all .la files
|
||||||
find %{buildroot} -name "*.la" -delete
|
find %{buildroot} -name "*.la" -delete
|
||||||
|
Loading…
Reference in New Issue
Block a user