提交 a1093249 编写于 作者: O openharmony_ci 提交者: Gitee

!117 增加宏以便三方软件根据目标内核及编译器区分配置

Merge pull request !117 from pengzhuoli/master
......@@ -146,7 +146,10 @@ config("ohos_clang") {
cflags_cc = cflags
ldflags = cflags
if (ohos_kernel_type == "linux") {
defines = [ "_LIBCPP_HAS_MUSL_LIBC" ]
defines = [
"_LIBCPP_HAS_MUSL_LIBC",
"__BUILD_LINUX_WITH_CLANG",
]
}
ldflags += [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册