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 09fe23a commit 5580fa1Copy full SHA for 5580fa1
lldb/tools/debugserver/source/CMakeLists.txt
@@ -129,7 +129,7 @@ endif()
129
130
if(LLDB_USE_ENTITLEMENTS)
131
if(APPLE_EMBEDDED)
132
- set(entitlements ${CMAKE_CURRENT_SOURCE_DIR}/debugserver-entitlements.plist)
+ set(entitlements ${DEBUGSERVER_RESOURCE_DIR}/debugserver-entitlements.plist)
133
else()
134
if (LLDB_USE_PRIVATE_ENTITLEMENTS)
135
set(entitlements ${DEBUGSERVER_RESOURCE_DIR}/debugserver-macosx-private-entitlements.plist)
0 commit comments