From 0db94eb86b6ec44a0d5cdbe9abe56b9c2987ac3a Mon Sep 17 00:00:00 2001 From: xieziang Date: Mon, 11 Aug 2025 15:23:07 +0800 Subject: [PATCH] fix load of es2panda in mac Signed-off-by: xieziang Change-Id: Id4f6ee50fecd860dd85bf4c902c7d5beffe2ea56 --- ets2panda/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ets2panda/BUILD.gn b/ets2panda/BUILD.gn index a325c18f95..3391080669 100644 --- a/ets2panda/BUILD.gn +++ b/ets2panda/BUILD.gn @@ -1232,7 +1232,7 @@ ohos_shared_library("libes2panda_public") { if (!(defined(ark_static_standalone_build) && ark_static_standalone_build)) { ohos_shared_headers("libes2panda_public_headers") { include_dirs = [ "$ark_es2panda_root/public" ] - deps = [ ":libes2panda_public" ] + deps = [ ":libes2panda_public_frontend_static" ] part_name = "ets_frontend" subsystem_name = "arkcompiler" } -- Gitee