]> granicus.if.org Git - nethack/commitdiff
Revert "Working on getting WinGW building with Azure pipeline."
authorBart House <bart@barthouse.com>
Mon, 14 Dec 2020 04:38:56 +0000 (20:38 -0800)
committerBart House <bart@barthouse.com>
Tue, 15 Dec 2020 09:55:53 +0000 (01:55 -0800)
This reverts commit d88749e4196a69a24e8cb8287e68f87fce2c0292.

sys/winnt/Makefile.gcc

index b4eb3b96c5abcb34bf74943b0fc1b50a04868192..76111e896200a135ff06fa1d01502fe6e64214bd 100644 (file)
@@ -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.