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 2804527 + 5444a68 commit 89d8728Copy full SHA for 89d8728
lldb/cmake/modules/AddLLDB.cmake
@@ -195,7 +195,7 @@ function(add_properties_for_swift_modules target reldir)
195
target_link_libraries(${target} PRIVATE swiftCore-linux-${arch})
196
string(TOLOWER ${CMAKE_SYSTEM_NAME} platform)
197
set(SWIFT_BUILD_RPATH "${LLDB_SWIFT_LIBS}/${platform}")
198
- set(SWIFT_INSTALL_RPATH "$ORIGIN/swift/${platform}")
+ set(SWIFT_INSTALL_RPATH "$ORIGIN/${reldir}lib/swift/${platform}")
199
endif()
200
201
set_property(TARGET ${target} APPEND PROPERTY BUILD_RPATH "${SWIFT_BUILD_RPATH}")
0 commit comments