jam: fix build on x86_64 hosts

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-19 21:08:57 +02:00
parent 21ca2f77fb
commit bc015eb344

View File

@ -9,4 +9,4 @@ cd $PKG_BUILD
make CC=$HOST_CC AR="$HOST_AR rcu"
mkdir -p $ROOT/$TOOLCHAIN/bin
cp bin.linuxx86/jam $ROOT/$TOOLCHAIN/bin
cp bin.linux*/jam $ROOT/$TOOLCHAIN/bin