diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template index 89e5693175a..b9136364a05 100644 --- a/srcpkgs/arcan/template +++ b/srcpkgs/arcan/template @@ -18,7 +18,7 @@ distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz checksum="a5f775789e22f6a4f16742ae9375bb5b7999aab83398adeab2bdc3f70c321cc0 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da" -if [ "$CROSS_BUILD" -a "$XBPS_TARGET_WORDSIZE" != "$XBPS_WORDSIZE" ]; then +if [ "$XBPS_TARGET_WORDSIZE" != "$XBPS_WORDSIZE" ]; then configure_args+=" -DDISABLE_JIT=ON" makedepends+=" lua51-devel" else