Skip to content

Commit 41bfea0

Browse files
author
git apple-llvm automerger
committed
Merge commit 'a1d5101a678f' from apple/master into swift/master-next
2 parents e14a615 + a1d5101 commit 41bfea0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/cmake/modules/LLDBFramework.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,8 @@ if(NOT IOS)
129129
)
130130
endif()
131131
endif()
132+
133+
# Add an rpath pointing to the directory where LLDB.framework is installed.
134+
# This allows frameworks (relying on @rpath) to be installed in the same folder and found at runtime.
135+
set_property(TARGET liblldb APPEND PROPERTY INSTALL_RPATH
136+
"@loader_path/../../../")

0 commit comments

Comments
 (0)