cython: hard code path to python to prevent virtual python issues

This commit is contained in:
Danny Rawlins 2014-01-27 18:36:52 +11:00
parent 630010bc52
commit 8a508e21fc

View File

@ -11,5 +11,5 @@ source=(http://www.cython.org/release/Cython-$version.tar.gz)
build() {
cd Cython-$version
python setup.py install --root $PKG
/usr/bin/python setup.py install --root $PKG
}