Skip to content

Commit bdbad8d

Browse files
authored
Merge pull request #1579 from JDevlieghere/🍒/symlink-python-interpreter
[lldb] Create a symlink to the Python interpreter used by LLDB.
2 parents 2720db4 + 4713cb1 commit bdbad8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/API/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ endif()
134134

135135
if(PYTHON_RPATH)
136136
set_property(TARGET liblldb APPEND PROPERTY INSTALL_RPATH "${PYTHON_RPATH}")
137+
set_property(TARGET liblldb APPEND PROPERTY BUILD_RPATH "${PYTHON_RPATH}")
137138
endif()
138139

139140
if (MSVC)

0 commit comments

Comments
 (0)