From 50bcbc01649d5011c68b66f0a0a87d3a8c2360a8 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 5 Aug 2022 09:54:04 +0200 Subject: [PATCH] Fallback to serial build if parallel build fails --- mingw-harfbuzz.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw-harfbuzz.spec b/mingw-harfbuzz.spec index 168b594..276f8e0 100644 --- a/mingw-harfbuzz.spec +++ b/mingw-harfbuzz.spec @@ -84,7 +84,8 @@ autoreconf -i --force %build %mingw_configure --enable-shared --enable-static --enable-delay-load -%mingw_make_build V=1 +# Parallel build occasionally fails +%mingw_make_build V=1 || make %install