Skip to content

Commit

Permalink
test: uu
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 20, 2024
1 parent 2a9f7e1 commit 1c50323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/CMakeLists.txt
Original file line number Diff line number Diff line change
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}")
set(PYTHON_INSTALL_CONFIG_SSL "--with-openssl=${THIRD_PARTY_INSTALL_PATH} --with-openssl-rpath=auto")
endif()

# Download and install Python3 from source
Expand Down

0 comments on commit 1c50323

Please sign in to comment.