Python forcing symlinking

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-13 23:38:40 +01:00
parent 5d7284af79
commit 2e045d18a5

View File

@ -43,7 +43,7 @@ make
make install
# symlink python binary to python2 (needed for Mesa)
ln -s python $ROOT/$TOOLCHAIN/bin/python2
ln -sf python $ROOT/$TOOLCHAIN/bin/python2
cp Parser/pgen ./hostpgen
cp python ./hostpython