comment bit

This commit is contained in:
nhmall
2022-01-28 09:31:30 -05:00
parent 1b7ffcc87b
commit fdaf6ab328

View File

@@ -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