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 28, 2021
1 parent 1cb4d9f commit 8d93cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ build() {
set_android_toolchain_params

# 初始化三方依赖库
init_contrib --prefix="${PREBUILT}"/$(get_android_target_host) --arch-name=$(get_android_arch_name) --api=$(get_android_api) --host=$(get_android_target_host) "$ENABLED_LIBRARYS"
init_contrib --prefix="${PREBUILT}"/$(get_android_target_host) --arch-name=$(get_android_arch_name) --api=$(get_android_api) --host=$(get_android_target_host) $ENABLED_LIBRARYS

# Some libraries have arm assembly which won't build in thumb mode
# We append -marm to the CFLAGS of these libs to disable thumb mode
Expand Down

0 comments on commit 8d93cf0

Please sign in to comment.