提交 2d8e59cc 编写于 作者: O openharmony_ci 提交者: Gitee

!470 编译器标准头文件路径标识为系统路径(-isystem)

Merge pull request !470 from Caoruihong/isystem_std_inc
......@@ -142,7 +142,11 @@ config("as_objs_libc_flags") {
config("std_include") {
std_include = exec_script("//build/lite/run_shell_cmd.py", [ "$cc -print-file-name=include" ], "trim string")
include_dirs = [ std_include ]
cflags = [
"-isystem",
std_include,
]
asmflags = cflags
}
config("public") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册