Skip to content

Commit

Permalink
test: linux 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 20, 2024
1 parent a66f4be commit 6d222db
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 @@ -143,7 +143,7 @@ if (UNIX) # APPLE and LINUX
set(PYTHON_INSTALL_CONFIG_HOST "--host=x86_64-apple-darwin")
set(PYTHON_INSTALL_CONFIG_BUILD "--build=x86_64-apple-darwin")
endif()
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")
else()
set(PYTHON_INSTALL_CONFIG_HOST "")
set(PYTHON_INSTALL_CONFIG_BUILD "")
Expand Down

0 comments on commit 6d222db

Please sign in to comment.