Skip to content

Commit

Permalink
test: u
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 20, 2024
1 parent d939725 commit f604821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
OpenSSL
URL https://www.openssl.org/source/openssl-3.3.0.tar.gz
PREFIX ${THIRD_PARTY_INSTALL_PATH}
CONFIGURE_COMMAND ./Configure --prefix=<INSTALL_DIR> --libdir=lib
CONFIGURE_COMMAND ./Configure --prefix=<INSTALL_DIR> --enable-shared --libdir=lib
BUILD_COMMAND make -j8
INSTALL_COMMAND make install
BUILD_IN_SOURCE 1
Expand Down Expand Up @@ -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} --with-openssl-rpath=${THIRD_PARTY_INSTALL_PATH}")
set(PYTHON_INSTALL_CONFIG_SSL "--with-openssl=${THIRD_PARTY_INSTALL_PATH}/lib --with-openssl-rpath=${THIRD_PARTY_INSTALL_PATH}/lib")
endif()

# Download and install Python3 from source
Expand Down

0 comments on commit f604821

Please sign in to comment.