提交 2ee60871 编写于 作者: 朔-望's avatar 朔-望 提交者: GitHub

Merge branch 'develop' into wangkuiyi-patch-2

......@@ -38,8 +38,9 @@ build_for_android() {
exit -1
fi
PLATFORM="arm-v7a"
# PLATFORM="arm-v8a"
if [ -z "$PLATFORM" ]; then
PLATFORM="arm-v7a" # Users could choose "arm-v8a" or other platforms from the command line.
fi
if [ "${PLATFORM}" = "arm-v7a" ]; then
ABI="armeabi-v7a with NEON"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册