Closed ffontaine closed 1 year ago
Add USE_LIBEV to avoid the following build failure without libev raised since version 2.0 and https://github.com/yrutschle/sslh/commit/711c11c820f8be4f1399024bcaa1d7072de33217:
USE_LIBEV
sslh-ev.c:24:10: fatal error: ev.h: Aucun fichier ou dossier de ce type 24 | #include <ev.h> | ^~~~~~
thanks for the contribution
Add
USE_LIBEV
to avoid the following build failure without libev raised since version 2.0 and https://github.com/yrutschle/sslh/commit/711c11c820f8be4f1399024bcaa1d7072de33217: