From 636c2df7d847a4ad9a4d8babdfd0dab4b6316c50 Mon Sep 17 00:00:00 2001 From: Steven Schveighoffer Date: Tue, 1 Oct 2019 13:26:41 -0400 Subject: [PATCH] Try to fix issue with vibe-core not being selected instead of vibe-d:core --- dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index bffbea96..16bd2bdd 100644 --- a/dub.sdl +++ b/dub.sdl @@ -10,7 +10,7 @@ sourcePaths "source/" importPaths "source/" // Needed on OSX with DMD 2.079+: https://github.com/vibe-d/vibe.d/issues/2155 -subConfiguration "vibe-d:core" "libevent" platform="osx" +// subConfiguration "vibe-d:core" "libevent" platform="osx" configuration "application" { targetType "executable"