Skip building Android module under Xcode

This commit is contained in:
Scott Kyle 2016-02-11 16:44:22 -08:00
parent 69f0241adb
commit 5f7000d892
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -o pipefail
cd "$(dirname "$0")/.." cd "$(dirname "$0")/.."
if [ -n "$SKIP_ANDROID_BUILD" ]; then if [ -n "$SKIP_ANDROID_BUILD" -o -n "$XCODE_VERSION_ACTUAL" ]; then
echo 'Skipped building Android module' echo 'Skipped building Android module'
else else
rm -rf android rm -rf android