From: nhmall Date: Fri, 28 Jan 2022 14:31:30 +0000 (-0500) Subject: comment bit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdaf6ab32883b554474ca76a990dddb78074cd50;p=nethack comment bit --- diff --git a/sys/windows/Makefile.mingw32 b/sys/windows/Makefile.mingw32 index 3d236dcf7..894878d1e 100644 --- a/sys/windows/Makefile.mingw32 +++ b/sys/windows/Makefile.mingw32 @@ -208,7 +208,7 @@ cc = gcc -c ld = gcc ifeq "$(MSYSTEM)" "MINGW32" rc = windres --target=pe-i386 -else # MINGW32 +else # MINGW64 rc = windres --target=pe-x86-64 endif endif