From a82e9694816afa633448930566a7c180f829241b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E6=B3=A5=E5=B0=8F=E5=89=91=E5=85=B3?= Date: Mon, 22 Jul 2024 10:17:01 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3syscap=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 青泥小剑关 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 870dbae..849958b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -190,7 +190,7 @@ group("syscap_codec") { ":pcid_sc", ":syscap_interface_shared", ] - if (support_jsapi && is_standard_system) { + if (support_jsapi && is_standard_system && !ohos_indep_compiler_enable) { deps += [ "napi:systemcapability" ] } } -- Gitee