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 087bc20 commit 015d78aCopy full SHA for 015d78a
lldb/cmake/modules/LLDBFramework.cmake
@@ -124,16 +124,6 @@ if(NOT APPLE_EMBEDDED)
124
)
125
endif()
126
127
-# IOS framework bundles are flat
128
-if(NOT APPLE_EMBEDDED)
129
- add_custom_command(TARGET liblldb POST_BUILD
130
- COMMAND ${CMAKE_COMMAND} -E create_symlink
131
- Versions/Current/XPCServices
132
- ${LLDB_FRAMEWORK_ABSOLUTE_BUILD_DIR}/LLDB.framework/XPCServices
133
- COMMENT "LLDB.framework: create symlink XPCServices"
134
- )
135
-endif()
136
-
137
# Add an rpath pointing to the directory where LLDB.framework is installed.
138
# This allows frameworks (relying on @rpath) to be installed in the same folder and found at runtime.
139
set_property(TARGET liblldb APPEND PROPERTY INSTALL_RPATH
0 commit comments