From bd0fe3588b314711e71e6e52a8d439dc5fc0c1d8 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 29 Jul 2008 20:23:58 -0700 Subject: [PATCH] setup: whoops, really remove the default reactor=poll this time --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f07e027..5f6fa88e 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ endif ifneq ($(REACTOR),) REACTOROPT := --reactor=$(REACTOR) else - REACTOROPT := --reactor=poll + REACTOROPT := endif ifneq ($(PYTHONPATH),) -- 2.45.2