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 ccbf4c6 + f15cfa7 commit 401f047Copy full SHA for 401f047
lldb/cmake/modules/AddLLDB.cmake
@@ -217,7 +217,7 @@ function(add_properties_for_swift_modules target reldir)
217
target_link_libraries(${target} PRIVATE swiftCore-linux-${arch})
218
string(TOLOWER ${CMAKE_SYSTEM_NAME} platform)
219
set(SWIFT_BUILD_RPATH "${LLDB_SWIFT_LIBS}/${platform}")
220
- set(SWIFT_INSTALL_RPATH "$ORIGIN/swift/${platform}")
+ set(SWIFT_INSTALL_RPATH "$ORIGIN/${reldir}lib/swift/${platform}")
221
endif()
222
223
set_property(TARGET ${target} APPEND PROPERTY BUILD_RPATH "${SWIFT_BUILD_RPATH}")
0 commit comments