[vlc-commits] ios/build.sh: export CCAS correctly, since this is needed to compile VLC' s neon code
Felix Paul Kühne
git at videolan.org
Thu Apr 19 19:20:57 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Apr 19 19:20:35 2012 +0200| [08c26f8c5fdcd431c197f2b5de0042bc3e7ccd96] | committer: Felix Paul Kühne
ios/build.sh: export CCAS correctly, since this is needed to compile VLC's neon code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08c26f8c5fdcd431c197f2b5de0042bc3e7ccd96
---
extras/package/ios/build.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index 1e7a5c9..6b43bae 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -203,6 +203,7 @@ spopd
if [ "$PLATFORM" = "OS" ]; then
export AS="${IOS_GAS_PREPROCESSOR} ${CC}"
export ASCPP="${IOS_GAS_PREPROCESSOR} ${CC}"
+ export CCAS="${IOS_GAS_PREPROCESSOR} ${CC}"
else
export AS="xcrun as"
export ASCPP="xcrun as"
More information about the vlc-commits
mailing list