mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fix build of libgpod (Python bindings was not build
This commit is contained in:
parent
288ba97b58
commit
b9da42ea6e
@ -8,6 +8,7 @@ $SCRIPTS/build gtk+
|
||||
$SCRIPTS/build Python
|
||||
$SCRIPTS/build pygobject
|
||||
$SCRIPTS/build swig
|
||||
$SCRIPTS/build mutagen
|
||||
|
||||
. config/options.python
|
||||
|
||||
|
@ -10,6 +10,7 @@ $SCRIPTS/build Python
|
||||
cd $BUILD/$1*
|
||||
|
||||
$PYTHON setup.py build
|
||||
$PYTHON setup.py install -O1 --skip-build --prefix /usr --root $SYSROOT_PREFIX
|
||||
$PYTHON setup.py install -O1 --skip-build --prefix /usr --root .install
|
||||
|
||||
find .install -name "*.py" -type f -exec rm -rf "{}" ";"
|
||||
|
Loading…
x
Reference in New Issue
Block a user