From bada4d701fab06ed3afedc34c9cb5f7bf337db5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Tue, 5 Sep 2017 15:09:06 +0200 Subject: [PATCH] Fix linker error for LDC/Windows. --- dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index dbefed8..2835443 100644 --- a/dub.sdl +++ b/dub.sdl @@ -6,7 +6,7 @@ copyright "Copyright © 2012-2016 rejectedsoftware e.K." targetType "library" libs "anl" platform="linux" -libs "ws2_32" "user32" platform="windows" +libs "ws2_32" "user32" platform="windows-dmd" dependency "taggedalgebraic" version="~>0.10.4"