[vlc-commits] windows build: make it easier to spot an error on contrib builds
Konstantin Pavlov
git at videolan.org
Fri Nov 9 11:38:36 CET 2018
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Nov 9 13:37:18 2018 +0300| [3f87228c53f40bd3aea2e915b628d804b23ef250] | committer: Konstantin Pavlov
windows build: make it easier to spot an error on contrib builds
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f87228c53f40bd3aea2e915b628d804b23ef250
---
extras/package/win32/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index d9909251b2..82037acfe8 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -124,7 +124,7 @@ fi
if [ "$PREBUILT" != "yes" ]; then
make list
make -j$JOBS fetch
-make -j$JOBS
+make -j$JOBS -k || make -j1
if [ "$PACKAGE" = "yes" ]; then
make package
fi
More information about the vlc-commits
mailing list