mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python: check toolchain libdir and includedir for libs and headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a515edaace
commit
4ee1cdfccb
@ -39,8 +39,12 @@ LDFLAGS="$LDFLAGS -lexpat" \
|
||||
--with-threads \
|
||||
--enable-unicode=ucs4 \
|
||||
|
||||
make
|
||||
make install
|
||||
make PYTHON_MODULES_INCLUDE=$ROOT/$TOOLCHAIN/include \
|
||||
PYTHON_MODULES_LIB="$ROOT/$TOOLCHAIN/lib"
|
||||
|
||||
make PYTHON_MODULES_INCLUDE=$ROOT/$TOOLCHAIN/include \
|
||||
PYTHON_MODULES_LIB="$ROOT/$TOOLCHAIN/lib" \
|
||||
install
|
||||
|
||||
# symlink python binary to python2 (needed for Mesa)
|
||||
ln -sf python $ROOT/$TOOLCHAIN/bin/python2
|
||||
|
Loading…
x
Reference in New Issue
Block a user