From 999f78c0ca6a2aa1ed2153f245dc79a6f15c0a96 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 24 Sep 2001 19:30:00 +0000 Subject: [PATCH] Use win32 threads for cygwin git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@10996 72102866-910b-0410-8b05-ffd578937521 --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 245f10d..4231e0e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -40,6 +40,9 @@ THREADING = posix ifeq ($(GNUSTEP_TARGET_OS),mingw32) THREADING = win32 endif +ifeq ($(GNUSTEP_TARGET_OS), cygwin) +THREADING = win32 +endif GC_HEADER_FILES_DIR = ./gc/include GC_HEADER_FILES = \