File tree Expand file tree Collapse file tree 2 files changed +0
-64
lines changed Expand file tree Collapse file tree 2 files changed +0
-64
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -140,14 +140,6 @@ add_custom_command(OUTPUT ${generated_mach_interfaces}
140
140
set (DEBUGSERVER_VERS_GENERATED_FILE ${CMAKE_CURRENT_BINARY_DIR} /debugserver_vers.c )
141
141
set_source_files_properties (${DEBUGSERVER_VERS_GENERATED_FILE} PROPERTIES GENERATED 1 )
142
142
143
- add_custom_command (OUTPUT ${DEBUGSERVER_VERS_GENERATED_FILE}
144
- COMMAND ${LLDB_SOURCE_DIR} /scripts/generate-vers.pl
145
- ${LLDB_SOURCE_DIR} /lldb.xcodeproj/project.pbxproj debugserver
146
- > ${DEBUGSERVER_VERS_GENERATED_FILE}
147
- DEPENDS ${LLDB_SOURCE_DIR} /scripts/generate-vers.pl
148
- ${LLDB_SOURCE_DIR} /lldb.xcodeproj/project.pbxproj
149
- )
150
-
151
143
set (lldbDebugserverCommonSources
152
144
DNBArch.cpp
153
145
DNBBreakpoint.cpp
You can’t perform that action at this time.
0 commit comments