Skip to content

Commit

Permalink
comment out vibe-d configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Colvin committed Nov 26, 2020
1 parent 283bce4 commit daef0ae
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ configuration "openssl" {
dependency "openssl" version="*"
}

configuration "no-openssl-vibe" {
dependency "vibe-d" version="~>0.8.5"
versions "UseVibe"
}
// commented out for now because the only use of
// vibe in the code is protected by "HaveVibe",
// not "Have_vibe" (what dub generates) or
// "UseVibe" below and it's a pretty heavy
// dependency to add
//configuration "no-openssl-vibe" {
// dependency "vibe-d" version="~>0.8.5"
// versions "UseVibe"
//}

0 comments on commit daef0ae

Please sign in to comment.