From 636c2df7d847a4ad9a4d8babdfd0dab4b6316c50 Mon Sep 17 00:00:00 2001 From: Steven Schveighoffer Date: Tue, 1 Oct 2019 13:26:41 -0400 Subject: [PATCH 1/2] 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" From 1dcaec2e61ffadec0888b7322a2d1dd8dae0e615 Mon Sep 17 00:00:00 2001 From: Steven Schveighoffer Date: Tue, 1 Oct 2019 19:17:47 -0400 Subject: [PATCH 2/2] Temporary try of re-instating v2.3.0 fully... --- dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index 16bd2bdd..bffbea96 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"