|
@@ -625,6 +625,8 @@ buildMobileKit() {
|
|
export STRIP="xcrun strip"
|
|
export STRIP="xcrun strip"
|
|
export CPP="xcrun cc -E"
|
|
export CPP="xcrun cc -E"
|
|
export CXXCPP="xcrun c++ -E"
|
|
export CXXCPP="xcrun c++ -E"
|
|
|
|
+ export AS="xcrun as"
|
|
|
|
+ export CCAS=""
|
|
|
|
|
|
if [ "$TVOS" = "yes" ]; then
|
|
if [ "$TVOS" = "yes" ]; then
|
|
if [ "$PLATFORM" = "iphonesimulator" ]; then
|
|
if [ "$PLATFORM" = "iphonesimulator" ]; then
|