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 7838870 + 31ea714 commit a1d5101Copy full SHA for a1d5101
lldb/cmake/modules/LLDBFramework.cmake
@@ -120,3 +120,8 @@ if(NOT IOS)
120
COMMENT "LLDB.framework: copy clang vendor-specific headers"
121
)
122
endif()
123
+
124
+# Add an rpath pointing to the directory where LLDB.framework is installed.
125
+# This allows frameworks (relying on @rpath) to be installed in the same folder and found at runtime.
126
+set_property(TARGET liblldb APPEND PROPERTY INSTALL_RPATH
127
+ "@loader_path/../../../")
0 commit comments