mirror of
https://gitee.com/openharmony/third_party_icu
synced 2024-11-23 16:19:42 +00:00
commit
c999f65947
@ -660,6 +660,8 @@ ohos_static_library("static_icuuc") {
|
||||
]
|
||||
|
||||
output_name = "hmicuuc"
|
||||
part_name = "$icu_part_name"
|
||||
subsystem_name = "$icu_subsystem_name"
|
||||
}
|
||||
|
||||
ohos_static_library("static_icui18n") {
|
||||
@ -717,6 +719,8 @@ ohos_static_library("static_icui18n") {
|
||||
"-lm",
|
||||
]
|
||||
output_name = "hmicui18n"
|
||||
part_name = "$icu_part_name"
|
||||
subsystem_name = "$icu_subsystem_name"
|
||||
}
|
||||
|
||||
ohos_static_library("static_icu") {
|
||||
@ -771,4 +775,6 @@ ohos_static_library("static_icu") {
|
||||
]
|
||||
|
||||
output_name = "hmicu"
|
||||
part_name = "$icu_part_name"
|
||||
subsystem_name = "$icu_subsystem_name"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user