From 20d97176e60b17af6abe2065723d3c575b69b571 Mon Sep 17 00:00:00 2001 From: Vladislav Ivanishin Date: Fri, 21 Oct 2022 14:22:04 +0300 Subject: [PATCH] GN: Unify icu references for standalone and OHOS builds Change-Id: I2194b6485be599edaaba3691d123ad9e0e996156 Signed-off-by: Vladislav Ivanishin --- subproject_sources.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subproject_sources.gn b/subproject_sources.gn index 5aa6f9978..6788894a4 100644 --- a/subproject_sources.gn +++ b/subproject_sources.gn @@ -56,8 +56,8 @@ arkruntime_third_party_deps = [ "icu/icu4c:shared_icuuc", ] arkruntime_deps = [ - "$ark_third_party_root/icu/icu4c:shared_icui18n", - "$ark_third_party_root/icu/icu4c:shared_icuuc", + "//third_party/icu/icu4c:shared_icui18n", + "//third_party/icu/icu4c:shared_icuuc", "$ark_root/assembler:libarkassembler_frontend_static", "$ark_root/libpandafile:libarkfile_frontend_static", "$_plugin_dir/es2panda:libes2panda_frontend_static", -- Gitee