config/options.python:

- adding PYTHON_INCDIR variable
This commit is contained in:
Stephan Raue 2010-02-08 16:49:21 +01:00
parent 63bc796ccf
commit 2bb1e47442

View File

@ -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