mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
Ports: Fix lua not building
This commit is contained in:
parent
bf7f6a9e98
commit
d55978c254
Notes:
sideshowbarker
2024-07-19 17:09:27 +09:00
Author: https://github.com/jacksonspc 🔰
Commit: d55978c254
Pull-request: https://github.com/SerenityOS/serenity/pull/12354
Reviewed-by: https://github.com/davidot ✅
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ port=lua
|
|||
version=5.3.6
|
||||
files="http://www.lua.org/ftp/lua-${version}.tar.gz lua-${version}.tar.gz fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60"
|
||||
auth_type=sha256
|
||||
makeopts=("-j$(nproc)" "serenity" "CC=${CC}" "AR=${AR}" "RANLIB=${RANLIB}")
|
||||
makeopts=("-Csrc/" "-j$(nproc)" "serenity" "CC=${CC}" "AR=${AR}" "RANLIB=${RANLIB}" )
|
||||
installopts=("INSTALL_TOP=${SERENITY_INSTALL_ROOT}/usr/local")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue