From 2709a395be36ef95a6fe2f720d3de62af48714ce Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 8 Nov 2019 18:01:53 -0500 Subject: [PATCH] more makefile.msc --- sys/winnt/Makefile.msc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index bb0531e88..9b4fce411 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -93,7 +93,7 @@ PDCURSES_TOP=..\..\pdcurses # you'll need to specify the correct spot below in order to # successfully build NetHack-3.7. # -#LUATOP=..\..\lua-5.3.5 +LUATOP=..\..\lua-5.3.5 # #============================================================================== # This marks the end of the BUILD DECISIONS section.