[vlc-commits] OS X: use git submodule in the building script

Jean-Baptiste Kempf git at videolan.org
Wed May 6 10:44:04 CEST 2015


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May  6 10:43:49 2015 +0200| [d12ecf3e53b73d4767fb1596fcac5983bc9e3b89] | committer: Jean-Baptiste Kempf

OS X: use git submodule in the building script

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

 extras/macosx/build-plugin.sh |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/extras/macosx/build-plugin.sh b/extras/macosx/build-plugin.sh
index 3ec5656..da9ccbd 100755
--- a/extras/macosx/build-plugin.sh
+++ b/extras/macosx/build-plugin.sh
@@ -100,6 +100,8 @@ info "Bootstrapping"
 ./autogen.sh
 fi
 
+git submodule update --init
+
 info "Creating builddir and configuration"
 mkdir -p ${ARCH}-build && cd ${ARCH}-build
 ../configure --build=${ARCH}-apple-darwin10



More information about the vlc-commits mailing list