From 0db120afdfb818421dc5df3dc0946fafede78c93 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 18 Oct 2011 16:37:49 -0700 Subject: libcoro seems to be doing really spurious things when not using the standard functions. Switching out libcoro for the native Fibers interface for Win32. Switching out the asm version for the ucontext version for Linux. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 051d84c..85dbab5 100644 --- a/Makefile +++ b/Makefile @@ -139,9 +139,12 @@ darwin-eprintf.c \ endif +ifneq ($(SYSTEM),MINGW32) LIBCORO_SOURCES = \ coro.c \ +endif + LIBEV_SOURCES = \ ev.c \ event.c \ -- cgit v1.2.3