jam: fix build with DEBUG=yes

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-16 16:03:13 +01:00
parent 70b95f57b5
commit be26b59ae0

View File

@ -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