|
@@ -201,6 +201,9 @@ buildMobileKit() {
|
|
if [ "$SCARY" = "no" ]; then
|
|
if [ "$SCARY" = "no" ]; then
|
|
args="${args} -w"
|
|
args="${args} -w"
|
|
fi
|
|
fi
|
|
|
|
+ if [ "$BITCODE" = "yes" ]; then
|
|
|
|
+ args="${args} -b"
|
|
|
|
+ fi
|
|
if [ "$TVOS" = "no" ]; then
|
|
if [ "$TVOS" = "no" ]; then
|
|
if [ "$PLATFORM" = "iphonesimulator" ]; then
|
|
if [ "$PLATFORM" = "iphonesimulator" ]; then
|
|
args="${args} -s"
|
|
args="${args} -s"
|