mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-18 17:47:32 +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")/.."
|
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…
x
Reference in New Issue
Block a user