From d88749e4196a69a24e8cb8287e68f87fce2c0292 Mon Sep 17 00:00:00 2001 From: Bart House Date: Sun, 13 Dec 2020 20:38:56 -0800 Subject: [PATCH] Working on getting WinGW building with Azure pipeline. Fix typo recently introduced. Allow LUATOP to be specified by pipeline. --- sys/winnt/Makefile.gcc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 2.50.1