]> granicus.if.org Git - nethack/commitdiff
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>
Mon, 14 Dec 2020 04:38:56 +0000 (20:38 -0800)
Fix typo recently introduced.  Allow LUATOP to be specified by pipeline.

sys/winnt/Makefile.gcc

index f7c2550e73e746a3e2c714614603976fb07181ae..785f011ccb61a4a4904cb587cf369e757b5d9fda 100644 (file)
@@ -142,8 +142,11 @@ 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=../submdules/lua
+LUATOP=../submodules/lua
+endif
 #
 #==============================================================================
 # This marks the end of the BUILD DECISIONS section.