mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-27 06:44:56 +00:00
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")/.."
|
||||
|
||||
if [ -n "$SKIP_ANDROID_BUILD" ]; then
|
||||
if [ -n "$SKIP_ANDROID_BUILD" -o -n "$XCODE_VERSION_ACTUAL" ]; then
|
||||
echo 'Skipped building Android module'
|
||||
else
|
||||
rm -rf android
|
||||
|
Loading…
x
Reference in New Issue
Block a user