1From d3def9cb63df274072066c6a14adc6004a9f926f Mon Sep 17 00:00:00 2001 2From: wx1267836 <ermolaeva.varvara@gmail.com> 3Date: Wed, 11 Sep 2024 18:20:24 +0800 4Subject: [PATCH] Fixed standalone gn build 5 6Signed-off-by: varvara <ermolaeva.varvara@gmail.com> 7--- 8 BUILD.gn | 2 +- 9 1 file changed, 1 insertion(+), 1 deletion(-) 10 11diff --git a/BUILD.gn b/BUILD.gn 12index e4ae434..faaa718 100644 13--- a/BUILD.gn 14+++ b/BUILD.gn 15@@ -49,7 +49,7 @@ ohos_static_library("libZydis") { 16 ] 17 18 configs = [ ":zydis_public_config" ] 19- if (!ark_standalone_build) { 20+ if (!ark_static_standalone_build) { 21 remove_configs = [ "//build/config/compiler:chromium_code" ] 22 configs += [ "//build/config/compiler:no_chromium_code" ] 23 } 24-- 252.37.3-openssl 26 27