Skip to content

Commit ec85195

Browse files
committed
Fix the OSX/vibe-0.8.3 workaround.
1 parent 88dba54 commit ec85195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dub.sdl

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sourcePaths "source/"
1010
importPaths "source/"
1111

1212
// Needed on OSX with DMD 2.079+: https://github.com/vibe-d/vibe.d/issues/2155
13-
versions "VibeLibeventDriver" platform="osx"
13+
subConfiguration "vibe-d:core" "libevent" platform="osx"
1414

1515
configuration "application" {
1616
targetType "executable"

0 commit comments

Comments
 (0)