From 93f92dccf89dc6cdb70cf8c5ed8fc3f7ff61a678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 17 Dec 2017 22:42:36 +0100 Subject: [PATCH] Support LDC/GDC for the win32 configuration. --- dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index 2835443..1e0d867 100644 --- a/dub.sdl +++ b/dub.sdl @@ -21,7 +21,7 @@ configuration "kqueue" { } configuration "winapi" { - platforms "windows-x86_64" "windows-x86_mscoff" + platforms "windows-x86_64" "windows-x86_mscoff" "windows-ldc" "windows-gdc" versions "EventcoreWinAPIDriver" }