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

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


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

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

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

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

 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 8d618e0e6c..9bb169de5c 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -210,7 +210,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



More information about the vlc-commits mailing list