From b08b47749f5143cd53d776994c9fecafbfd4db4b Mon Sep 17 00:00:00 2001 From: Bart House Date: Sun, 13 Dec 2020 20:31:01 -0800 Subject: [PATCH] Revert "Switch mingw build to use submodules in default path." This reverts commit e5fb08ae4e2a3f38b831cadd108ebd78248a44db. --- sys/winnt/Makefile.gcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index 76111e896..19df3a079 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -100,7 +100,7 @@ TARGET_CPU=x86 # your machine. # # ADD_CURSES=Y -# PDCURSES_TOP=../submodules/pdcurses +# PDCURSES_TOP=../lib/pdcurses #4b Qt # @@ -143,7 +143,7 @@ endif # successfully build NetHack-3.7. # ADD_LUA=Y -LUATOP=../submdules/lua +LUATOP=../lib/lua-$(LUAVER) # #============================================================================== # This marks the end of the BUILD DECISIONS section.