Skip to content

Commit 9f75e00

Browse files
committed
Fix build of nelua-luac
1 parent 05a2633 commit 9f75e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ optimized-nelua-lua:
102102

103103
LUAC=./$(NELUALUAC)
104104
LUAC_DEFS=-DMAKE_LUAC
105-
LUAC_SRCS=src/lua/onelua.c
105+
LUAC_SRCS=src/onelua.c
106106
LUAC_HDRS=$(wildcard src/lua/*.h) $(wildcard src/lua/*.c)
107107

108108
# Compile Nelua's Lua compiler.

0 commit comments

Comments
 (0)