Browse Source

Optimized build script;

tags/1.2.0^2
huanghaiquan 5 years ago
parent
commit
f21f1cd28a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/update.sh

+ 1
- 1
build/update.sh View File

@@ -62,7 +62,7 @@ fi
echo "---------------- 更新子模块代码库 ----------------"
cd $BASE_DIR
git submodule update --init --recursive
git submodule update --recursive

#检查执行结果是否正常
ERR=$?


Loading…
Cancel
Save