From cceef37c8bcb455378f2a9c5f1a2fd5399c7c425 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 7 Mar 2022 07:35:35 -0500 Subject: [PATCH] Windows nmake build fix --- sys/windows/Makefile.msc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/Makefile.msc b/sys/windows/Makefile.msc index 55c8ac5ca..3a2664936 100644 --- a/sys/windows/Makefile.msc +++ b/sys/windows/Makefile.msc @@ -314,7 +314,7 @@ LUAVER=5.4.4 LUALIB = $(O)lua$(LUAVER)-static.lib LUADLL = $(O)lua$(LUAVER).dll LUAINCL = /I$(LUASRC) -LUATARGETS = lua.exe luac.exe $(LUADLL) $(LUALIB) +LUATARGETS = lua.exe $(LUADLL) $(LUALIB) LUASRCFILES = lapi.c lauxlib.c lbaselib.c lcode.c \ lcorolib.c lctype.c ldblib.c ldebug.c ldo.c \