提交 d44be800 编写于 作者: S suwenxiang

Description: Mini platform GN + iccarm compile and build

IssueNo: https://gitee.com/openharmony/third_party_freetype/issues/I5JEU3
Feature or Bugfix: Feature
Binary Source: No
Signed-off-by: Nsuwenxiang <suwenxiang@huawei.com>
上级 75f13388
......@@ -17,13 +17,6 @@ if (defined(ohos_lite)) {
config("freetype_config") {
defines = [ "FT2_BUILD_LIBRARY" ]
include_dirs = [ "include" ]
if (board_toolchain_type == "iccarm") {
cflags = [
"--diag_suppress",
"Pa082,Pa084,Pa128,Pa134,Pa137,Pe550",
]
cflags_cc = cflags
}
}
freetype_sources = [
......@@ -82,6 +75,14 @@ if (defined(ohos_lite)) {
"//third_party/libpng",
]
if (board_toolchain_type == "iccarm") {
cflags = [
"--diag_suppress",
"Pa082,Pa084,Pa128,Pa134,Pa137,Pe550",
]
cflags_cc = cflags
}
public_configs = [ ":freetype_config" ]
defines = [ "FT_CONFIG_OPTION_USE_PNG" ]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册