We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a727f42 + e3c7b68 commit 5941e35Copy full SHA for 5941e35
lldb/cmake/modules/AddLLDB.cmake
@@ -222,7 +222,7 @@ function(add_properties_for_swift_modules target reldir)
222
target_link_libraries(${target} PRIVATE swiftCore-linux-${arch})
223
string(TOLOWER ${CMAKE_SYSTEM_NAME} platform)
224
set(SWIFT_BUILD_RPATH "${LLDB_SWIFT_LIBS}/${platform}")
225
- set(SWIFT_INSTALL_RPATH "$ORIGIN/swift/${platform}")
+ set(SWIFT_INSTALL_RPATH "$ORIGIN/${reldir}lib/swift/${platform}")
226
endif()
227
228
set_property(TARGET ${target} APPEND PROPERTY BUILD_RPATH "${SWIFT_BUILD_RPATH}")
0 commit comments