Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bad6e commit 139774bCopy full SHA for 139774b
CMakeLists.txt
@@ -27,7 +27,7 @@ if (LLAMA_BUILD)
27
# Add the automatically determined parts of the RPATH
28
# which point to directories outside the build tree to the install RPATH
29
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
30
- set(CMAKE_INSTALL_RPATH "${LLAMA_CPP_PYTHON_INSTALL_DIR}")
+ set(CMAKE_INSTALL_RPATH "$ORIGIN")
31
32
# Building llama
33
if (APPLE AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
0 commit comments