Fix Cygwin compile error

This commit is contained in:
Leoongithub
2022-12-07 18:14:11 +08:00
committed by GitHub
parent 6317991f2b
commit 21be7adb82

View File

@@ -1811,7 +1811,7 @@ CCWERR=
CCOPT= ${DEBUG} CCOPT= ${DEBUG}
CCMISC= CCMISC=
# #
LCC= x86_64-w64-mingw32-gcc LCC= cc
CC= ${PURIFY} ${LCC} ${CCWERR} CC= ${PURIFY} ${LCC} ${CCWERR}
# #
endif endif