Browse Source

Optimized build script;

tags/1.2.0^2
huanghaiquan 5 years ago
parent
commit
97f1f6eb9a
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 --recursive --progress
git submodule update --recursive --progress --jobs 6

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


Loading…
Cancel
Save