mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lua54-linenoise: fix cross
This commit is contained in:
parent
d2787299b0
commit
1a1ce5def5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ checksum=cc1cdb4047edd056a10dcdeec853dbaf5088e2202941d579e4592584d733f09c
|
||||||
_rockname=${pkgname#lua54-}
|
_rockname=${pkgname#lua54-}
|
||||||
_rocksrel=1
|
_rocksrel=1
|
||||||
_package() {
|
_package() {
|
||||||
luarocks --lua-version="$1" --tree="${PKGDESTDIR}/usr/" \
|
luarocks --lua-version="$1" --tree="${PKGDESTDIR}/usr/" LUA_INCDIR="${XBPS_CROSS_BASE}/usr/include/lua$1" \
|
||||||
make --deps-mode=none --no-manifest "${_rockname}-${version}-${_rocksrel}.rockspec"
|
make --deps-mode=none --no-manifest "${_rockname}-${version}-${_rocksrel}.rockspec"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue