Commit 08c26f8c authored by Felix Paul Kühne's avatar Felix Paul Kühne

ios/build.sh: export CCAS correctly, since this is needed to compile VLC's neon code

parent 7436e1ea
...@@ -203,6 +203,7 @@ spopd ...@@ -203,6 +203,7 @@ spopd
if [ "$PLATFORM" = "OS" ]; then if [ "$PLATFORM" = "OS" ]; then
export AS="${IOS_GAS_PREPROCESSOR} ${CC}" export AS="${IOS_GAS_PREPROCESSOR} ${CC}"
export ASCPP="${IOS_GAS_PREPROCESSOR} ${CC}" export ASCPP="${IOS_GAS_PREPROCESSOR} ${CC}"
export CCAS="${IOS_GAS_PREPROCESSOR} ${CC}"
else else
export AS="xcrun as" export AS="xcrun as"
export ASCPP="xcrun as" export ASCPP="xcrun as"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment