Fallback to serial build if parallel build fails
This commit is contained in:
parent
e88c58f575
commit
50bcbc0164
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user