mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python: symlink python binary to python2 for hostbuild (needed for Mesa)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
407bb092d9
commit
e535428dd9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user