[vlc-commits] ios/build.sh: updated gas location in VLC's tree

Felix Paul Kühne git at videolan.org
Wed Mar 21 12:04:50 CET 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Mar 21 12:04:46 2012 +0100| [a3f607119678fbc170a03ced866853f249d922ee] | committer: Felix Paul Kühne

ios/build.sh: updated gas location in VLC's tree

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

 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 4d924d0..3648fb3 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -103,7 +103,7 @@ BUILDDIR="${VLCROOT}/build-ios-${PLATFORM}"
 
 PREFIX="${VLCROOT}/install-ios-${PLATFORM}"
 
-IOS_GAS_PREPROCESSOR="${VLCROOT}/extras/package/ios/resources/gas-preprocessor.pl"
+IOS_GAS_PREPROCESSOR="${VLCROOT}/extras/tools/gas/gas-preprocessor.pl"
 
 export PATH="${VLCROOT}/extras/tools/build/bin:${VLCROOT}/contrib/${TARGET}/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
 



More information about the vlc-commits mailing list