LuaJIT: don't need CROSS_BUILD, that is implied
This commit is contained in:
parent
4fe7159591
commit
09ad3fa4d0
@ -14,7 +14,7 @@ distfiles="http://luajit.org/download/${pkgname}-${_dist_version}.tar.gz"
|
||||
checksum=1ad2e34b111c802f9d0cdf019e986909123237a28c746b21295b63c9e785d9c3
|
||||
|
||||
_cross_cc="cc"
|
||||
if [ "$CROSS_BUILD" -a "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
|
||||
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
|
||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
hostmakedepends+=" gcc-multilib"
|
||||
_cross_cc="cc -m32"
|
||||
|
Loading…
x
Reference in New Issue
Block a user