Skip to content

Commit 8f352f4

Browse files
committed
[lldb/cmake] Fix debugserver build for 2c4f677
1 parent a87c4ee commit 8f352f4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lldb/tools/debugserver/source/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ target_link_libraries(lldbDebugserverCommon
265265
${ENERGY_LIBRARY})
266266
add_lldb_tool(debugserver ADD_TO_FRAMEWORK
267267
debugserver.cpp
268-
LINK_LIBS lldbDebugserverCommon
269268
ENTITLEMENTS ${entitlements}
269+
LINK_LIBS lldbDebugserverCommon
270270
)
271271

272272
# Workaround for Xcode-specific code-signing behavior:
@@ -329,10 +329,9 @@ if(APPLE_EMBEDDED)
329329
add_lldb_tool(debugserver-nonui
330330
debugserver.cpp
331331

332-
LINK_LIBS
333-
lldbDebugserverCommon_NonUI
334-
335332
ENTITLEMENTS
336333
${entitlements}
334+
LINK_LIBS
335+
lldbDebugserverCommon_NonUI
337336
)
338337
endif()

0 commit comments

Comments
 (0)