mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python forcing symlinking
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5d7284af79
commit
2e045d18a5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user