lua52-compat53: fix cross

This commit is contained in:
John 2025-01-02 14:07:48 +01:00 committed by John Zimmermann
parent 486dd63095
commit 415f725d6e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ checksum=f5dc30e7b1fda856ee4d392be457642c1f0c259264a9b9bfbcb680302ce88fc2
_rockname=${pkgname#lua52-}
_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"
}