From b24858f284b9ba2f54cddbd4366c000becad1a9d Mon Sep 17 00:00:00 2001 From: hhhFun Date: Mon, 26 Aug 2024 17:44:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADfilenames?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make_openssl_build_all_generated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_openssl_build_all_generated.sh b/make_openssl_build_all_generated.sh index af2db86400..48084a4ff4 100755 --- a/make_openssl_build_all_generated.sh +++ b/make_openssl_build_all_generated.sh @@ -41,7 +41,7 @@ pushd ${build_all_generated_path}/${openssl_selected_platform} # no-shared affects the building of libcrypto*.dll and libssl*.dll, # not dynamically loadable modules (which are governed by the configuration option no-module / enable-module, # which is enabled by default). - configure_cmd="${openssl_source_path}/Configure ${openssl_selected_platform} no-shared no-module" + configure_cmd="${openssl_source_path}/Configure ${openssl_selected_platform} no-shared no-module no-filenames" echo $configure_cmd $configure_cmd make build_all_generated -j256 >/dev/null 2>&1 -- Gitee