protobuf: hard code path to python to prevent virtual python issues
This commit is contained in:
parent
662b83e871
commit
f561514334
@ -21,6 +21,6 @@ build() {
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
cd python
|
||||
python setup.py test
|
||||
python setup.py install --root=$PKG
|
||||
/usr/bin/python setup.py test
|
||||
/usr/bin/python setup.py install --root=$PKG
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user