From df69c86bd47d4511d7057b33b8ddcf2c954bd235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Tue, 29 Nov 2016 19:17:40 +0100 Subject: [PATCH] Fix debug versions in package recipe. --- dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index 4b04bbb..d0d5baa 100644 --- a/dub.sdl +++ b/dub.sdl @@ -11,5 +11,5 @@ dependency "eventcore" version="~>0.5.0" mainSourceFile "source/vibe/appmain.d" configuration "unittest" { - versions "VibeMutexLog" "VibeAsyncLog" + debugVersions "VibeMutexLog" "VibeAsyncLog" }