From 1fb4789e32f41b06dcb2077ef7a35d1637870017 Mon Sep 17 00:00:00 2001 From: ozerovnikita Date: Thu, 12 Oct 2023 15:43:59 +0300 Subject: [PATCH] change path to default arktsconfig.json to build/bin/ dir Signed-off-by: ozerovnikita --- plugins/ets/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ets/BUILD.gn b/plugins/ets/BUILD.gn index ffa21466d..20f42795f 100644 --- a/plugins/ets/BUILD.gn +++ b/plugins/ets/BUILD.gn @@ -122,6 +122,7 @@ if (with_stdlib) { "}", ] + write_file("$root_gen_dir/bin/arktsconfig.json", json_array, "list lines") write_file("$root_gen_dir/tools/es2panda/generated/arktsconfig.json", json_array, "list lines") -- Gitee