From c32a4d6da95d4bd4c215811fc22b36feb1f453d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?So=CC=88nke=20Ludwig?= Date: Sun, 22 Jan 2017 20:54:25 +0100 Subject: [PATCH] Enable kqueue configuration. --- dub.sdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.sdl b/dub.sdl index d993591..ad570ce 100644 --- a/dub.sdl +++ b/dub.sdl @@ -15,10 +15,10 @@ configuration "epoll" { versions "EventcoreEpollDriver" } -/*configuration "kqueue" { +configuration "kqueue" { platforms "osx" "freebsd" versions "EventcoreKqueueDriver" -}*/ +} configuration "winapi" { platforms "windows"