lua53-luautf8: fix cross

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

View File

@ -21,7 +21,7 @@ done
_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 "rockspecs/${_rockname}-${version}-${_rocksrel}.rockspec"
}