Skip to content
Snippets Groups Projects
Verified Commit ee3f3e76 authored by Josh Megnauth's avatar Josh Megnauth
Browse files

Fix and bump lua54

parent 1cbf60d4
No related branches found
No related tags found
1 merge request!425Fix and bump lua54
[source]
tar = "https://www.lua.org/ftp/lua-5.4.4.tar.gz"
blake3 = "ca54489393cd38e35d295a9c35dbf0da5336a66ddb7b2213eed6c2f3039f53b1"
tar = "https://lua.org/ftp/lua-5.4.7.tar.gz"
blake3 = "e51c2f347e3185479d5ff95cae8ac77511db486853269443c56bedaa0a6ae629"
[build]
template = "custom"
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
"${COOKBOOK_MAKE}" -j"${COOKBOOK_MAKE_JOBS}" \
"${COOKBOOK_MAKE}" -j"${COOKBOOK_MAKE_JOBS}" posix \
AR="${TARGET}-ar rcu" \
CC="${TARGET}-gcc -std=gnu99" \
RANLIB="${TARGET}-ranlib" \
SYSLDFLAGS="-static" \
install INSTALL_TOP="${COOKBOOK_STAGE}"
SYSLDFLAGS="-static"
"${COOKBOOK_MAKE}" install INSTALL_TOP="${COOKBOOK_STAGE}"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment