Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions luajit.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: luajit
version: 2.1_p20210510
epoch: 3
epoch: 4
description: OpenResty's branch of LuaJIT
copyright:
- license: MIT
Expand All @@ -26,7 +26,7 @@ pipeline:
export LUA_LIB_DIR="$LUAJIT_LIB/lua"
export LUAJIT_INC=/usr/include/luajit-2.1

make CCDEBUG=-g
make CCDEBUG=-g PREFIX=/usr
make DESTDIR="${{targets.destdir}}" install PREFIX=/usr

ln -s luajit ${{targets.destdir}}/usr/bin/lua
Expand Down