From a5f710a69c4efe866d6f93221a17e28003875319 Mon Sep 17 00:00:00 2001 From: kangchongtao Date: Sat, 24 Sep 2022 16:43:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=97=E4=BD=99=E4=BE=9D=E8=B5=96=E5=8E=BB?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kangchongtao Change-Id: I5feb065b149a74f1dbc9e187e26b66d6d115482a --- build/icu/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/icu/BUILD.gn b/build/icu/BUILD.gn index bdf3aa5d..895e8dfc 100644 --- a/build/icu/BUILD.gn +++ b/build/icu/BUILD.gn @@ -126,12 +126,10 @@ template("ace_libicu") { if (defined(config.use_external_icu)) { if (config.use_external_icu == "static") { deps = [ - "//third_party/icu/icu4c:static_icui18n", "//third_party/icu/icu4c:static_icuuc", ] } else if (config.use_external_icu == "shared") { deps = [ - "//third_party/icu/icu4c:shared_icui18n", "//third_party/icu/icu4c:shared_icuuc", ] } -- Gitee