From 91ab0d1af25f8ff8a858a397ecab8d346709c731 Mon Sep 17 00:00:00 2001 From: lanming Date: Mon, 8 Apr 2024 22:02:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BC=B9=E6=80=A7=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E8=A7=84=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lanming --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 2fb9b43eb7..f38859ef5d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -18,6 +18,7 @@ declare_args() { } else { compatible_with_legacy_build_system = false } + openssl_enabled = true } if (!compatible_with_legacy_build_system) { -- Gitee