arcan: CROSS_BUILD is implied, remove

This commit is contained in:
q66 2020-02-08 17:27:36 +01:00
parent 78a3865798
commit d7d17fa41f

View file

@ -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