Skip to content

Commit

Permalink
Fix build of nelua-luac
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Apr 20, 2024
1 parent 05a2633 commit 9f75e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ optimized-nelua-lua:

LUAC=./$(NELUALUAC)
LUAC_DEFS=-DMAKE_LUAC
LUAC_SRCS=src/lua/onelua.c
LUAC_SRCS=src/onelua.c
LUAC_HDRS=$(wildcard src/lua/*.h) $(wildcard src/lua/*.c)

# Compile Nelua's Lua compiler.
Expand Down

0 comments on commit 9f75e00

Please sign in to comment.