mirror of
https://gitee.com/openharmony/third_party_icu
synced 2024-11-26 18:00:52 +00:00
update icu4c/BUILD.gn.
Signed-off-by: LY <liuyong235@huawei.com>
This commit is contained in:
parent
fdbe5df900
commit
6fc3fac33d
@ -555,6 +555,7 @@ ohos_shared_library("shared_icuuc") {
|
||||
}
|
||||
|
||||
ohos_shared_library("shared_icui18n") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
ldflags = [
|
||||
"-shared",
|
||||
"-lm",
|
||||
@ -726,6 +727,7 @@ if (defined(is_arkui_x) && is_arkui_x) {
|
||||
|
||||
if (defined(is_arkui_x) && is_arkui_x) {
|
||||
ohos_source_set("static_icui18n") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sources = icu_i18n_source
|
||||
configs = [
|
||||
":icu_config",
|
||||
@ -782,6 +784,7 @@ if (defined(is_arkui_x) && is_arkui_x) {
|
||||
}
|
||||
} else {
|
||||
ohos_static_library("static_icui18n") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sources = icu_i18n_source
|
||||
configs = [
|
||||
":icu_config",
|
||||
|
Loading…
Reference in New Issue
Block a user