Switch to %mingw_make_{build,install}
This commit is contained in:
parent
b0fe21f03d
commit
a5f569909a
@ -136,7 +136,7 @@ unzip %{S:0}
|
||||
%build
|
||||
pushd mingw-w64-libraries/winpthreads
|
||||
%mingw_configure
|
||||
%mingw_make %{?smp_mflags}
|
||||
%mingw_make_build
|
||||
popd
|
||||
|
||||
|
||||
@ -162,7 +162,7 @@ rm -rf /tmp/wine-winpthreads
|
||||
|
||||
%install
|
||||
pushd mingw-w64-libraries/winpthreads
|
||||
%mingw_make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%mingw_make_install
|
||||
popd
|
||||
|
||||
# Drop all .la files
|
||||
|
||||
Loading…
Reference in New Issue
Block a user