forked from ports/contrib
pyopengl: hard code path to python to prevent virtual python issues
This commit is contained in:
parent
c94b3df1a4
commit
e097f63c8c
@ -11,5 +11,5 @@ source=(http://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.tar.
|
||||
|
||||
build() {
|
||||
cd PyOpenGL-$version
|
||||
python setup.py install --root=$PKG
|
||||
/usr/bin/python setup.py install --root=$PKG
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user