From 1c5032399e2830e2abd19535b735af80bd95e1e2 Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Mon, 20 May 2024 18:02:32 +0700 Subject: [PATCH] test: uu --- third-party/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 3eba9f8..540f94d 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -147,7 +147,7 @@ if (UNIX) # APPLE and LINUX else() set(PYTHON_INSTALL_CONFIG_HOST "") set(PYTHON_INSTALL_CONFIG_BUILD "") - set(PYTHON_INSTALL_CONFIG_SSL "--with-openssl=${THIRD_PARTY_INSTALL_PATH}") + set(PYTHON_INSTALL_CONFIG_SSL "--with-openssl=${THIRD_PARTY_INSTALL_PATH} --with-openssl-rpath=auto") endif() # Download and install Python3 from source