opengl-py
This commit is contained in:
parent
6e6633b9cd
commit
0555279e46
|
@ -11,5 +11,5 @@ source=( https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.ta
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd PyOpenGL-$version
|
cd PyOpenGL-$version
|
||||||
python setup.py install --prefix=/usr --root=$PKG --optimize=1
|
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue