diff --git a/subproject_sources.gn b/subproject_sources.gn index 5aa6f99785e7dcea1ff7224478ccba5cf40d0a69..6788894a4f9b41fdd19f822e4c1cc8c94643ae99 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",