Hi, I'm trying to use vibe.d in order to connect to MongoDB.

When building a vibe.d project with DUB I get the following error:

Linking...
ld: warning: directory not found for option '-L/usr/local/opt/openssl/lib'
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I checked my computer (macOS High Sierra 10.13.6) and I have installed LibreSSL 2.2.7 rather than OpenSSL.

Therefore I would like to link LibreSSL to vibe.d if possible.