mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/options.python:
- adding PYTHON_INCDIR variable
This commit is contained in:
parent
63bc796ccf
commit
2bb1e47442
@ -1,6 +1,7 @@
|
||||
PYTHON_DIR="`ls -d $ROOT/$BUILD/Python*`"
|
||||
|
||||
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
|
||||
PYTHON_INCDIR="`ls -d $SYSROOT_PREFIX/usr/include/python*`"
|
||||
PYTHON_TOOLCHAIN_PATH=`ls -d $PYTHON_LIBDIR/site-packages`
|
||||
PYTHON_IMAGE_PATH=$PYTHON_TOOLCHAIN_PATH
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user