diff options
Diffstat (limited to 'extra/ffcall/PKGBUILD')
-rw-r--r-- | extra/ffcall/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ffcall/PKGBUILD b/extra/ffcall/PKGBUILD index fcf0a0f66..bda750337 100644 --- a/extra/ffcall/PKGBUILD +++ b/extra/ffcall/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ffcall pkgver=1.10 pkgrel=3 pkgdesc="C library for implementing foreign function calls in embedded interpreters" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.haible.de/bruno/packages-ffcall.html" license=('GPL2') options=('!libtool' '!makeflags') |