lua54-linenoise: fix cross

This commit is contained in:
John 2025-01-02 14:06:42 +01:00 committed by John Zimmermann
parent d2787299b0
commit 1a1ce5def5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ checksum=cc1cdb4047edd056a10dcdeec853dbaf5088e2202941d579e4592584d733f09c
_rockname=${pkgname#lua54-}
_rocksrel=1
_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"
}