mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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
|
checksum="a5f775789e22f6a4f16742ae9375bb5b7999aab83398adeab2bdc3f70c321cc0
|
||||||
3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
|
3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" -a "$XBPS_TARGET_WORDSIZE" != "$XBPS_WORDSIZE" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" != "$XBPS_WORDSIZE" ]; then
|
||||||
configure_args+=" -DDISABLE_JIT=ON"
|
configure_args+=" -DDISABLE_JIT=ON"
|
||||||
makedepends+=" lua51-devel"
|
makedepends+=" lua51-devel"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue