[vlc-commits] macOS build.sh: explicitely use make VLC.app

Jean-Baptiste Kempf git at videolan.org
Sat Feb 18 00:02:35 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 18 00:02:22 2017 +0100| [d24cd3b77db77185e7f7b92a646456005b68de68] | committer: Jean-Baptiste Kempf

macOS build.sh: explicitely use make VLC.app

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

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

diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index f70b9a4..57d1408 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -169,3 +169,6 @@ fi
 
 info "Running make -j$jobs"
 make -j$jobs
+
+info "Preparing VLC.app"
+make VLC.app



More information about the vlc-commits mailing list