未验证 提交 3d0a45c3 编写于 作者: H huzhiqiang 提交者: GitHub

[Compile] Accelerate compiling period by avoiding repetitive compiling #3946

上级 546a663c
......@@ -269,6 +269,7 @@ function main {
if [ -z "$1" ]; then
# compiling result contains light_api lib only, recommanded.
make_tiny_publish_so $ARCH $TOOLCHAIN $ANDROID_STL
exit 0
fi
# Parse command line.
......@@ -358,6 +359,7 @@ function main {
done
# compiling result contains light_api lib only, recommanded.
make_tiny_publish_so
exit 0
}
main $@
......@@ -152,6 +152,7 @@ function main {
esac
done
make_ios $ARCH
exit 0
}
main $@
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册