Skip to content

Commit

Permalink
[lldb/CMake] Set both the BUILD and INSTALL RPATH on macOS (2/2)
Browse files Browse the repository at this point in the history
This is also needed for lldb-test.
  • Loading branch information
JDevlieghere committed May 29, 2020
1 parent 2d2627d commit e6a404f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/tools/lldb-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ add_lldb_tool(lldb-test

if(PYTHON_RPATH)
set_property(TARGET lldb-test APPEND PROPERTY INSTALL_RPATH "${PYTHON_RPATH}")
set_property(TARGET lldb-test APPEND PROPERTY BUILD_RPATH "${PYTHON_RPATH}")
endif()

target_include_directories(lldb-test PRIVATE ${LLDB_SOURCE_DIR}/source)
Expand Down

0 comments on commit e6a404f

Please sign in to comment.