From 21be7adb82d2d49e448216647f3dcb0f34d588a3 Mon Sep 17 00:00:00 2001 From: Leoongithub Date: Wed, 7 Dec 2022 18:14:11 +0800 Subject: [PATCH] Fix Cygwin compile error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e98240..6068d9d 100644 --- a/Makefile +++ b/Makefile @@ -1811,7 +1811,7 @@ CCWERR= CCOPT= ${DEBUG} CCMISC= # -LCC= x86_64-w64-mingw32-gcc +LCC= cc CC= ${PURIFY} ${LCC} ${CCWERR} # endif