[vlc-commits] macOS build.sh: Explicitly list all packages for contribs source build

David Fuhrmann git at videolan.org
Sat Jul 20 10:30:37 CEST 2019


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Jul 13 21:48:05 2019 +0200| [8d4373ff50918b65c4c06c5bd65b7feac072ef75] | committer: David Fuhrmann

macOS build.sh: Explicitly list all packages for contribs source build

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

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

diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index 57325e04fa..3bf377d4a3 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -154,6 +154,7 @@ mkdir -p contrib-$TRIPLET && cd contrib-$TRIPLET
 ../bootstrap --build=$TRIPLET --host=$TRIPLET > $out
 
 if [ "$CONTRIBFROMSOURCE" = "yes" ]; then
+    make list
     make fetch
     make -j$JOBS .gettext
     make -j$JOBS -k || make -j1



More information about the vlc-commits mailing list