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.
1 parent 5d4778d commit d0dd757Copy full SHA for d0dd757
tools/SourceKit/cmake/modules/AddSwiftSourceKit.cmake
@@ -428,6 +428,8 @@ macro(add_sourcekit_xpc_service name framework_target)
428
429
add_dependencies(${framework_target} ${name})
430
431
+ # This is necessary to avoid having an rpath with an absolute build directory.
432
+ # Without this, such an rpath is added during build time and preserved at install time.
433
set_target_properties(${name} PROPERTIES
434
BUILD_WITH_INSTALL_RPATH On
435
INSTALL_RPATH "@loader_path/../lib"
0 commit comments