pygobject: remove options.python support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-19 20:34:05 +02:00
parent c96f042a54
commit ad664ed57e

View File

@ -7,7 +7,7 @@ $SCRIPTS/build Python
$SCRIPTS/build glib
#$SCRIPTS/build libffi
. config/options.python
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
@ -22,4 +22,4 @@ make
$MAKEINSTALL
$PYTHON -Wi -t $PYTHON_LIBDIR/compileall.py .
python -Wi -t $PYTHON_LIBDIR/compileall.py .