From 16943ff6a225f3c35965b5b8530569edec8f6f53 Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Thu, 14 Dec 2017 18:30:02 +0100 Subject: [PATCH] Make cygwin inherit directly from GNU instead of MinGW --- config.cygwin.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.cygwin.mk b/config.cygwin.mk index 8f9ec10..7eca2cd 100644 --- a/config.cygwin.mk +++ b/config.cygwin.mk @@ -1,5 +1,5 @@ #****************************************************************************** -# config.cygwin.mk Recorder project +# config.cygwin.mk Recorder project #****************************************************************************** # # File Description: @@ -22,4 +22,4 @@ DEFINES_cygwin=CONFIG_CYGWIN UNICODE _WIN32 WIN32 OS_NAME_cygwin=windows -include $(BUILD)config.mingw.mk +include $(BUILD)config.gnu.mk