mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
jam: fix build with DEBUG=yes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -29,4 +29,8 @@ cd $PKG_BUILD
|
||||
make CC=$HOST_CC AR="$HOST_AR rcu"
|
||||
|
||||
mkdir -p $ROOT/$TOOLCHAIN/bin
|
||||
cp bin.linux*/jam $ROOT/$TOOLCHAIN/bin
|
||||
if [ "$DEBUG" = "yes" ]; then
|
||||
cp bin.linux*/g/jam $ROOT/$TOOLCHAIN/bin
|
||||
else
|
||||
cp bin.linux*/jam $ROOT/$TOOLCHAIN/bin
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user