mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/lua-fun: enable tests with luajit on ppc64le
This commit is contained in:
parent
6fbfd400b0
commit
a8cd017bfa
@ -4,7 +4,7 @@ pkgname=lua-fun
|
||||
_rockname=fun
|
||||
_pkgname=luafun
|
||||
pkgver=0.1.3
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="Functional programming library"
|
||||
url="https://rtsisyk.github.io/luafun/"
|
||||
arch="noarch"
|
||||
@ -17,7 +17,7 @@ builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
# luajit is not available for selected arches
|
||||
case "$CARCH" in
|
||||
ppc64le | s390x) _luajit="";;
|
||||
s390x) _luajit="";;
|
||||
*) checkdepends="$checkdepends luajit" _luajit="jit";;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user