arcan: CROSS_BUILD is implied, remove
This commit is contained in:
parent
78a3865798
commit
d7d17fa41f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue