提交 25b9d765 编写于 作者: S suwenxiang

Description: Fix undefined board_chaintool_type resulting in compilation error

IssueNo: https://gitee.com/openharmony/third_party_cJSON/issues/I5ODQ6
Feature or Bugfix: Bugfix
Binary Source: No
Signed-off-by: Nsuwenxiang <suwenxiang@huawei.com>
上级 6d3d387e
......@@ -22,7 +22,7 @@ if (defined(ohos_lite)) {
"cJSON_Utils.c",
]
if (board_chaintool_type == "iccarm") {
if (defined(board_toolchain_type) && board_toolchain_type == "iccarm") {
cflags = [
"--diag_suppress",
"Pe513",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册