From c6c94e8479eac1e81eb8766be509ac34ca9971b9 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 13 Nov 2020 00:12:54 +0100 Subject: [PATCH] Switch to %mingw_make_{build,install} --- mingw-harfbuzz.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-harfbuzz.spec b/mingw-harfbuzz.spec index 02dda2a..6b21166 100644 --- a/mingw-harfbuzz.spec +++ b/mingw-harfbuzz.spec @@ -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