Skip to content

Commit

Permalink
We don't need to build the lua executable here.
Browse files Browse the repository at this point in the history
This step only requires us to build the merged lua sources into
onelua.c.
  • Loading branch information
vext01 committed Jun 7, 2024
1 parent 08ec941 commit fcb6980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creduce/build_onelua.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cp "./one.c" "./src/one.c"

cd "./src"

make onelua
make onelua.c

0 comments on commit fcb6980

Please sign in to comment.