mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
config/options.python:
- readd PYTHON_LIBDIR
This commit is contained in:
parent
fcff1740c5
commit
9eb31788d6
@ -1,6 +1,8 @@
|
|||||||
PYTHON_DIR="`ls -d $ROOT/$BUILD/Python*`"
|
PYTHON_DIR="`ls -d $ROOT/$BUILD/Python*`"
|
||||||
PYTHON_TOOLCHAIN_PATH=`ls -d $SYSROOT_PREFIX/usr/lib/python*/site-packages`
|
|
||||||
PYTHON_IMAGE_PATH=`ls -d $INSTALL/usr/lib/python*/site-packages`
|
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
|
||||||
|
PYTHON_TOOLCHAIN_PATH=`ls -d $PYTHON_LIBDIR/site-packages`
|
||||||
|
PYTHON_IMAGE_PATH=$PYTHON_TOOLCHAIN_PATH
|
||||||
|
|
||||||
export PYTHON="$ROOT/$TOOLCHAIN/bin/python"
|
export PYTHON="$ROOT/$TOOLCHAIN/bin/python"
|
||||||
export LDSHARED="$CC -shared"
|
export LDSHARED="$CC -shared"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user