]> git.sesse.net Git - vlc/commitdiff
ios/build.sh: export CCAS correctly, since this is needed to compile VLC's neon code
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 19 Apr 2012 17:20:35 +0000 (19:20 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 19 Apr 2012 17:20:56 +0000 (19:20 +0200)
extras/package/ios/build.sh

index 1e7a5c92f624690afec1ce4ee587244cf0004961..6b43bae865e2836a6530284f8d8f8680db198a01 100755 (executable)
@@ -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"