Skip to content

Commit

Permalink
gevent: Do not use embed c-ares and libev (like previously)
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Sep 19, 2021
1 parent 5de3b9c commit 4e07f78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cross/gevent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ HOMEPAGE = https://www.gevent.org
COMMENT = gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev event loop
LICENSE = MIT

ENV += GEVENTSETUP_EMBED_CARES=FALSE
ENV += GEVENTSETUP_EMBED_LIBEV=FALSE

include ../../mk/spksrc.python-wheel.mk

0 comments on commit 4e07f78

Please sign in to comment.