* Embed libedit and ncurses for linux and mac (not rely on the system's libedit and ncurses libraries)

Issue: https://gitee.com/openharmony/third_party_llvm-project/issues/I76L8L?from=project-issue

Test: LLDB enables libedit and ncurses testing

Signed-off-by: xwx1135370 <xuyao44@huawei.com>
This commit is contained in:
xwx1135370 2023-06-21 17:15:12 +08:00
parent ce6f5c3796
commit 8696cf7ae6

View File

@ -14,4 +14,6 @@
<project name="third_party_Linux_Kernel" path="third_party/Linux_Kernel" />
<project name="third_party_optimized_routines" path="third_party/optimized-routines" />
<project name="third_party_NuttX" path="third_party/NuttX" />
<project name="third_party_libedit" path="third_party/libedit" />
<project name="third_party_ncurses" path="third_party/ncurses" />
</manifest>