Skip to content

Commit

Permalink
update build_app.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingcys committed Apr 10, 2021
1 parent f09ff22 commit 2573145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ROOT_DIR=$(pwd)
if [ ! -d platforms/$TARGET_PLATFORM ]; then
if [ -n "$TARGET_PLATFORM_REPO" ]; then
# download toolchain
mkdir -p platforms
cd platforms
wget $TARGET_PLATFORM_REPO
unzip -o ${TARGET_PLATFORM}_${TARGET_PLATFORM_VERSION}.zip
Expand Down

0 comments on commit 2573145

Please sign in to comment.