projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33dc673
)
Makefile: use --reactor=poll on cygwin, since select() is insufficient
author
Brian Warner
<warner@allmydata.com>
Fri, 14 Sep 2007 10:33:44 +0000
(
03:33
-0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 14 Sep 2007 10:33:44 +0000
(
03:33
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 84fa21ccb98fb398ab80e557804dbad261b4a116..249c8b95fd74e5050f592859992df089a91643c5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-43,6
+43,10
@@
else
SUPPORTLIB = $(SUPPORT)/lib/$(PYVER)/site-packages
endif
+ifeq ($(PLAT),cygwin)
+REACTOR = poll
+endif
+
ifneq ($(REACTOR),)
REACTOROPT := --reactor=$(REACTOR)
else