vlc | branch: master | Konstantin Pavlov <[email protected]> | Fri Nov  9 
13:37:09 2018 +0300| [735dbe52db27d4c243e179be51179c1ae6a6aaa6] | committer: 
Konstantin Pavlov

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=735dbe52db27d4c243e179be51179c1ae6a6aaa6
---

 extras/package/macosx/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index bb1d116ed4..48839c18ca 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -153,7 +153,7 @@ fi
 if [ "$CONTRIBFROMSOURCE" = "yes" ]; then
     make fetch
     make -j$JOBS .gettext
-    make -j$JOBS
+    make -j$JOBS -k || make -j1
 
     if [ "$PACKAGE" = "yes" ]; then
         make package

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

Reply via email to