From 50bcbc01649d5011c68b66f0a0a87d3a8c2360a8 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Aug 05 2022 07:54:04 +0000 Subject: Fallback to serial build if parallel build fails --- 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