[vlc-commits] ios/build.sh: fetch .gas in extras/tools automatically
Felix Paul Kühne
git at videolan.org
Wed Mar 21 12:03:44 CET 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Mar 21 12:03:40 2012 +0100| [57af923888e7763d2bc84a41b11cc8b7b6ee2581] | committer: Felix Paul Kühne
ios/build.sh: fetch .gas in extras/tools automatically
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57af923888e7763d2bc84a41b11cc8b7b6ee2581
---
extras/package/ios/build.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index 4535a9f..4d924d0 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -113,7 +113,7 @@ export PATH=$PATH:${VLCROOT}/extras/package/ios/resources
info "Building tools"
spushd "${VLCROOT}/extras/tools"
./bootstrap
-make
+make && make .gas
spopd
info "Building contrib for iOS in '${VLCROOT}/contrib/iPhone${PLATFORM}'"
More information about the vlc-commits
mailing list