Skip to content

Commit 50436ad

Browse files
authored
Merge pull request #2426 from apple/🍒/ganymede/5580fa10dbda49199ddc553294c0d18e0d21373a
[lldb] Fix debugserver-entitlements.plist path
2 parents 0cd0854 + 6b149b2 commit 50436ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lldb/tools/debugserver/source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ endif()
129129

130130
if(LLDB_USE_ENTITLEMENTS)
131131
if(APPLE_EMBEDDED)
132-
set(entitlements ${CMAKE_CURRENT_SOURCE_DIR}/debugserver-entitlements.plist)
132+
set(entitlements ${DEBUGSERVER_RESOURCE_DIR}/debugserver-entitlements.plist)
133133
else()
134134
if (LLDB_USE_PRIVATE_ENTITLEMENTS)
135135
set(entitlements ${DEBUGSERVER_RESOURCE_DIR}/debugserver-macosx-private-entitlements.plist)

0 commit comments

Comments
 (0)