forked from OSchip/llvm-project
Fixup lldb-argdumper cmake build
forgot to rename in one spot. llvm-svn: 251628
This commit is contained in:
parent
0ff1ce4038
commit
6e813bbf27
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue