Skip to content

Commit 3e072fb

Browse files
authored
Merge pull request #19 from zunda-pixel/fix-setup-sh
Fix setup sh
2 parents 864af14 + d16a41f commit 3e072fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Demo/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ source swift-define
66
if [[ $OSTYPE == 'darwin'* ]]; then
77
echo "Install macOS build dependencies"
88
brew install skiptools/skip/skip
9+
skip android sdk install
910
brew update
1011
HOMEBREW_NO_AUTO_UPDATE=1 brew install wget cmake ninja android-ndk
1112
fi
@@ -18,4 +19,4 @@ cp -rf $SWIFT_ANDROID_LIBS/*.so \
1819
# Copy C stdlib
1920
cp -rf $SWIFT_ANDROID_SYSROOT/usr/lib/$ANDROID_LIB/libc++_shared.so \
2021
$SRC_ROOT/app/src/main/jniLibs/$ANDROID_ARCH/
21-
echo "Copied Swift libraries"
22+
echo "Copied Swift libraries"

0 commit comments

Comments
 (0)