arcan: enable luajit on ppc64 targets

This commit is contained in:
q66 2018-12-14 19:41:50 +01:00 committed by maxice8
parent ba4eb27ace
commit 18e4ecb673
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ checksum="a5f775789e22f6a4f16742ae9375bb5b7999aab83398adeab2bdc3f70c321cc0
3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
case "${XBPS_TARGET_MACHINE}" in
i686*|x86_64*)
i686*|x86_64*|ppc64*)
makedepends+=" LuaJIT-devel"
;;
armv7*|aarch64*)