diff options
author | Antonio Afonso <antonio.afonso@gmail.com> | 2019-10-08 01:10:03 +0000 |
---|---|---|
committer | Antonio Afonso <antonio.afonso@gmail.com> | 2019-10-08 01:10:03 +0000 |
commit | ffc67f92514c97558a93b51b46f20c264d2d31e6 (patch) | |
tree | 4c3bc512565ccd5cc9167ad66350a5bfd3a17945 | |
parent | ce3314cf28554265cac55bfabd86a192ebc07674 (diff) | |
download | bcm5719-llvm-ffc67f92514c97558a93b51b46f20c264d2d31e6.tar.gz bcm5719-llvm-ffc67f92514c97558a93b51b46f20c264d2d31e6.zip |
Fixing missing lldb-scripts rename from D68370
llvm-svn: 374005
-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 caf1c7b23a9..317643a4422 100644 --- a/lldb/CMakeLists.txt +++ b/lldb/CMakeLists.txt @@ -237,7 +237,7 @@ if (NOT LLDB_DISABLE_PYTHON) add_dependencies(lldb-python-scripts finish_swig) install(DIRECTORY ${CMAKE_BINARY_DIR}/${LLDB_PYTHON_RELATIVE_PATH}/ DESTINATION ${LLDB_PYTHON_RELATIVE_PATH} - COMPONENT lldb-scripts) + COMPONENT lldb-python-scripts) if (NOT LLVM_ENABLE_IDE) add_llvm_install_targets(install-lldb-python-scripts COMPONENT lldb-python-scripts |