mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user