From be1432ad74ee74589fd879baf6fc910f4a46659f Mon Sep 17 00:00:00 2001 From: Bart House Date: Sun, 13 Dec 2020 20:38:56 -0800 Subject: [PATCH] Revert "Working on getting WinGW building with Azure pipeline." This reverts commit d88749e4196a69a24e8cb8287e68f87fce2c0292. --- sys/winnt/Makefile.gcc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index b4eb3b96c..76111e896 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -142,11 +142,8 @@ endif # you'll need to specify the correct spot below in order to # successfully build NetHack-3.7. # -# By default we add lua to the build. -ifndef ADD_LUA ADD_LUA=Y -LUATOP=../submodules/lua -endif +LUATOP=../submdules/lua # #============================================================================== # This marks the end of the BUILD DECISIONS section.