[vlc-commits] windows build: make it easier to spot an error on contrib builds

Konstantin Pavlov git at videolan.org
Fri Nov 9 11:39:14 CET 2018


vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Nov  9 13:37:18 2018 +0300| [592bb7d0b366d0114c61cd6687379f79c2f6faf3] | committer: Konstantin Pavlov

windows build: make it easier to spot an error on contrib builds

(cherry picked from commit 3f87228c53f40bd3aea2e915b628d804b23ef250)
Signed-off-by: Konstantin Pavlov <thresh at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=592bb7d0b366d0114c61cd6687379f79c2f6faf3
---

 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