[vlc-commits] ios/build.sh: fetch contribs before compiling them
    Felix Paul Kühne 
    git at videolan.org
       
    Thu Dec 12 08:59:07 CET 2013
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Dec 12 08:58:47 2013 +0100| [442d36c4a67fb4b1f162551593896d6a630cad3b] | committer: Felix Paul Kühne
ios/build.sh: fetch contribs before compiling them
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=442d36c4a67fb4b1f162551593896d6a630cad3b
---
 extras/package/ios/build.sh |    1 +
 1 file changed, 1 insertion(+)
diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index 8f78df0..896ab31 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -223,6 +223,7 @@ fi
 
 echo "EXTRA_CFLAGS += ${EXTRA_CFLAGS}" >> config.mak
 echo "EXTRA_LDFLAGS += ${EXTRA_LDFLAGS}" >> config.mak
+make fetch
 make
 spopd
 
    
    
More information about the vlc-commits
mailing list