From bb09fe6bda92892d08d70f2c5776e3ee1bb7ea53 Mon Sep 17 00:00:00 2001 From: quguiren Date: Fri, 27 Oct 2023 17:34:20 +0800 Subject: [PATCH] =?UTF-8?q?fixed=208a34301=20from=20https://gitee.com/qugr?= =?UTF-8?q?soft/third=5Fparty=5Fcurl/pulls/159=20fixed=20cb8c6bc=20from=20?= =?UTF-8?q?https://gitee.com/qugrsoft/third=5Fparty=5Fcurl/pulls/158=20IOS?= =?UTF-8?q?=20=E6=8B=86=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: quguiren --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index ae43b07a7..08c62c6ff 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -294,6 +294,7 @@ if (defined(ohos_lite)) { configs += [ "//third_party/openssl:ssl_config_public" ] sources = curl_source + public_configs = [ ":curl_config_public" ] if ("${current_os}_${current_cpu}" == "mingw_x86_64") { curl_https_ca_file_path = "\"../../resources/cacert.pem\"" -- Gitee