diff --git a/ets2panda/BUILD.gn b/ets2panda/BUILD.gn index 311fc82fac18a16ad98d2e47aba077a682daa581..6d624c5ea5be2ee037637ddf7079a4ac9362f966 100644 --- a/ets2panda/BUILD.gn +++ b/ets2panda/BUILD.gn @@ -29,13 +29,15 @@ config("libes2panda_public_config") { include_dirs = [ "$target_gen_dir", "$target_gen_dir/include", - "//third_party/icu/icu4c/source/common", - "//third_party/icu/icu4c/source/i18n", - "//third_party/icu/icu4c/source", "$ark_es2panda_root", ] if (ark_standalone_build || ark_static_standalone_build) { - include_dirs += [ "$target_gen_dir/generated" ] + include_dirs += [ + "$target_gen_dir/generated", + "//third_party/icu/icu4c/source/common", + "//third_party/icu/icu4c/source/i18n", + "//third_party/icu/icu4c/source", + ] } }