]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - Makefile
setup: pass --reactor=poll to trial unless REACTOR variable is set, in which case...
[tahoe-lafs/tahoe-lafs.git] / Makefile
index 280f78649ae5fc47bef626bb7e25929351941f89..0b3906a129ce1a836c532296eed149ce2cea39e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,6 @@ PYTHON=python
 PATHSEP=$(shell $(PYTHON) -c 'import os ; print os.pathsep')
 OSSEP=$(shell $(PYTHON) -c 'import os ; print os.sep')
 
-REACTOR=
-
 ifneq ($(INCLUDE_DIRS),)
 INCLUDE_DIRS_ARG = -I$(INCLUDE_DIRS)
 endif
@@ -31,14 +29,10 @@ else
        CHECK_PYWIN32_DEP := 
 endif
 
-ifeq ($(PLAT),cygwin)
-REACTOR = poll
-endif
-
 ifneq ($(REACTOR),)
        REACTOROPT := --reactor=$(REACTOR)
 else
-       REACTOROPT := 
+       REACTOROPT := --reactor=poll
 endif
 
 ifneq ($(PYTHONPATH),)