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 9c18af1 commit 6bf629dCopy full SHA for 6bf629d
lldb/bindings/python/CMakeLists.txt
@@ -211,10 +211,8 @@ function(finish_swig_python swig_target lldb_python_bindings_dir lldb_python_tar
211
"LLDB_INCLUDE_TESTS=Off)")
212
endif()
213
else()
214
- # swiftCore is defined in swift/stdlib/public/core/CMakeLists.txt
215
- # It's not configured yet, so we cannot depend on it.
216
add_custom_command(TARGET ${swig_target} POST_BUILD
217
- COMMAND ${CMAKE_COMMAND} -E copy -t ${lldb_python_target_dir} $<TARGET_RUNTIME_DLLS:liblldb> ${SWIFT_BINARY_DIR}/bin/swiftCore.dll
+ COMMAND ${CMAKE_COMMAND} -E copy -t ${lldb_python_target_dir} $<TARGET_RUNTIME_DLLS:liblldb>
218
COMMAND_EXPAND_LISTS)
219
220
0 commit comments