Python: symlink python binary to python2 for hostbuild (needed for Mesa)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-13 23:01:55 +01:00
parent 407bb092d9
commit e535428dd9

View File

@ -42,6 +42,9 @@ LDFLAGS="$LDFLAGS -lexpat" \
make
make install
# symlink python binary to python2 (needed for Mesa)
ln -s python $ROOT/$TOOLCHAIN/bin/python2
cp Parser/pgen ./hostpgen
cp python ./hostpython