Skip to content

Commit 4713cb1

Browse files
committed
[lldb] Create a symlink to the Python interpreter used by LLDB.
This was Swift knows where to find the right interpreter in their tests.
1 parent 2720db4 commit 4713cb1

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)