From e4dace838456093879cd67d7836dada5d7263bfc Mon Sep 17 00:00:00 2001 From: zhangdd_ewan Date: Sat, 8 Feb 2025 14:45:49 +0800 Subject: [PATCH] =?UTF-8?q?icu=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangdd_ewan --- build/third_party_gn/icu/icu4c/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/third_party_gn/icu/icu4c/BUILD.gn b/build/third_party_gn/icu/icu4c/BUILD.gn index 67d5a36a..311e625a 100644 --- a/build/third_party_gn/icu/icu4c/BUILD.gn +++ b/build/third_party_gn/icu/icu4c/BUILD.gn @@ -746,7 +746,7 @@ ohos_static_library("static_icu") { ] sources = icu_common_source sources += icu_i18n_source - sources += [ "//third_party/icu/ohos_icu4j/data/lite/icudt72l_dat.S" ] + sources += [ "//third_party/icu/ohos_icu4j/data/lite/icudt74l_dat.S" ] cflags_cc = [ "-W", "-Wall", -- Gitee