Skip to content

Commit

Permalink
fix: android build error
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Dec 27, 2021
1 parent 30b7b51 commit 1cb4d9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ main() {

# 解析脚本参数
# 初始化环境配置
process_args "$*"
process_args $*

# 检查前置条件 - NDK
check_android_ndk_root
Expand Down
1 change: 0 additions & 1 deletion common/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ check_arch() {

# 构建编译环境
build_env() {

export PATH="$BASEDIR/env_tools/build/bin:$PATH"

echo -e "INFO: Building env_tools"
Expand Down

0 comments on commit 1cb4d9f

Please sign in to comment.