Skip building Android module under Xcode
This commit is contained in:
parent
69f0241adb
commit
5f7000d892
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue