mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lua53-luautf8: fix cross
This commit is contained in:
parent
1a1ce5def5
commit
486dd63095
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ done
|
||||||
_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 "rockspecs/${_rockname}-${version}-${_rocksrel}.rockspec"
|
make --deps-mode=none --no-manifest "rockspecs/${_rockname}-${version}-${_rocksrel}.rockspec"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue