fix a comment typo

This commit is contained in:
nhmall
2022-01-29 09:36:09 -05:00
parent c03f24ceb7
commit 4db0afe785
+1 -1
View File
@@ -204,7 +204,7 @@ cc = i686-w64-mingw32-gcc.exe
ld = i686-w64-mingw32-gcc.exe ld = i686-w64-mingw32-gcc.exe
rc = windres --target=pe-i386 rc = windres --target=pe-i386
# the mingw version on our CI is missing # the mingw version on our CI is missing
# windef.h. This will cause the Makefile.mingw32 # winres.h. This will cause the Makefile.mingw32
# to put a temporary copy into one of our folders # to put a temporary copy into one of our folders
# that windres is already looking in. # that windres is already looking in.
MISSING_HEADER = Y MISSING_HEADER = Y