mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
pygobject: remove options.python support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c96f042a54
commit
ad664ed57e
@ -7,7 +7,7 @@ $SCRIPTS/build Python
|
|||||||
$SCRIPTS/build glib
|
$SCRIPTS/build glib
|
||||||
#$SCRIPTS/build libffi
|
#$SCRIPTS/build libffi
|
||||||
|
|
||||||
. config/options.python
|
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
@ -22,4 +22,4 @@ make
|
|||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
|
||||||
$PYTHON -Wi -t $PYTHON_LIBDIR/compileall.py .
|
python -Wi -t $PYTHON_LIBDIR/compileall.py .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user