mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
virtual/debug: build remote/cross gdb if REMOTE_GDB is set
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
f699a62097
commit
7d9abe360d
@ -24,3 +24,7 @@ fi
|
||||
if build_with_debug && [ "$VALGRIND" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
|
||||
fi
|
||||
|
||||
if [ "$REMOTE_GDB" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET gdb:host"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user