Files
termux-packages/packages/libllvm/lldb.subpackage.sh
termux-pacman-bot 0c7f8d94f9 enhance(main/libllvm): enable lldb to be built for 32-bit architectures
again

lldb seems to work for i686 on termux-docker atleast, I assume the
underlying issue has been fixed now. Let's try to package this again. If
we receive any complaints, we can go ahead and investigate
2025-08-18 17:39:08 +00:00

11 lines
353 B
Bash

TERMUX_SUBPKG_INCLUDE="
bin/lldb*
include/lldb/
lib/liblldb.so
lib/python${TERMUX_PYTHON_VERSION}/site-packages
"
TERMUX_SUBPKG_DESCRIPTION="LLVM-based debugger"
TERMUX_SUBPKG_DEPENDS="clang, libandroid-spawn, libc++, libedit, libxml2, python, ncurses-ui-libs"
TERMUX_SUBPKG_BREAKS="lldb-dev, lldb-static"
TERMUX_SUBPKG_REPLACES="lldb-dev, lldb-static"