Has anyone been able to successfully build Vibe 0.7.33 against OpenSSL1.1 on OSX?

I was able to do it on Linux with version VibeUseOpenSSL11, but on OSX nothing works. I installed OpenSSL11 with Homebrew, and was able to link, but now libevent fails to dynamically load:

dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
  Referenced from: /usr/local/opt/libevent/lib/libevent-2.1.6.dylib
  Reason: image not found

I need to find a common good dub.json configuration that works on Mac and Linux, but it's not working well. I don't spend a lot of time on Mac, so I'm sure I'm doing something dumb...