diff options
Diffstat (limited to 'community/glfw/PKGBUILD')
-rw-r--r-- | community/glfw/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD index 9196fda8f..17ab644b4 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -10,7 +10,7 @@ pkgname=glfw pkgver=2.7.6 pkgrel=1 pkgdesc="A free, open source, portable framework for OpenGL application development" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.glfw.org/" license=('custom:ZLIB') depends=('libgl' 'libxrandr') |