mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
jam: fix build with DEBUG=yes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
70b95f57b5
commit
be26b59ae0
@ -29,4 +29,8 @@ cd $PKG_BUILD
|
|||||||
make CC=$HOST_CC AR="$HOST_AR rcu"
|
make CC=$HOST_CC AR="$HOST_AR rcu"
|
||||||
|
|
||||||
mkdir -p $ROOT/$TOOLCHAIN/bin
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user