vlc/vlc-3.0 | branch: master | Konstantin Pavlov <[email protected]> | 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 <[email protected]>

> 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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to