]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - Makefile
setup: whoops, really remove the default reactor=poll this time
[tahoe-lafs/tahoe-lafs.git] / Makefile
index 6f07e027ff567b0b0ef1df7508ee1f2d66469b37..5f6fa88e342dd7de3d8d3277548643bae9b06ea5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ endif
 ifneq ($(REACTOR),)
        REACTOROPT := --reactor=$(REACTOR)
 else
-       REACTOROPT := --reactor=poll
+       REACTOROPT :=
 endif
 
 ifneq ($(PYTHONPATH),)