From: Bart House Date: Mon, 14 Dec 2020 04:38:56 +0000 (-0800) Subject: Working on getting WinGW building with Azure pipeline. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d88749e4196a69a24e8cb8287e68f87fce2c0292;p=nethack Working on getting WinGW building with Azure pipeline. Fix typo recently introduced. Allow LUATOP to be specified by pipeline. --- diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index f7c2550e7..785f011cc 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -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.