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 a87c4ee commit 8f352f4Copy full SHA for 8f352f4
lldb/tools/debugserver/source/CMakeLists.txt
@@ -265,8 +265,8 @@ target_link_libraries(lldbDebugserverCommon
265
${ENERGY_LIBRARY})
266
add_lldb_tool(debugserver ADD_TO_FRAMEWORK
267
debugserver.cpp
268
- LINK_LIBS lldbDebugserverCommon
269
ENTITLEMENTS ${entitlements}
+ LINK_LIBS lldbDebugserverCommon
270
)
271
272
# Workaround for Xcode-specific code-signing behavior:
@@ -329,10 +329,9 @@ if(APPLE_EMBEDDED)
329
add_lldb_tool(debugserver-nonui
330
331
332
- LINK_LIBS
333
- lldbDebugserverCommon_NonUI
334
-
335
ENTITLEMENTS
336
${entitlements}
+ LINK_LIBS
+ lldbDebugserverCommon_NonUI
337
338
endif()
0 commit comments