mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
fix build of libgpod (Python bindings was not build
This commit is contained in:
@@ -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 "{}" ";"
|
||||
|
||||
Reference in New Issue
Block a user