diff options
-rw-r--r-- | lldb/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/CMakeLists.txt b/lldb/CMakeLists.txt index 3832e07c825..5ab6bf00e10 100644 --- a/lldb/CMakeLists.txt +++ b/lldb/CMakeLists.txt @@ -35,7 +35,7 @@ if (NOT LLDB_DISABLE_PYTHON) DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/scripts/finishSwigWrapperClasses.py COMMENT "Python script sym-linking LLDB Python API") # We depend on liblldb being built before we can do this step. - add_dependencies(finish_swig liblldb argdumper) + add_dependencies(finish_swig liblldb lldb-argdumper) # If we build the readline module, we depend on that happening # first. |