openssl: add Brew openssl path

closes #1509
pull/1515/head
dm1try 2019-08-08 01:53:23 +03:00 committed by Alexander Medvednikov
parent 802ff1d012
commit 1c38661ff7
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ import strings
#flag -lssl -lcrypto #flag -lssl -lcrypto
// MacPorts // MacPorts
#flag darwin -L/opt/local/lib #flag darwin -L/opt/local/lib
// Brew
#flag darwin -L/usr/local/opt/openssl/lib
#include <openssl/ssl.h> #include <openssl/ssl.h>
struct C.SSL { struct C.SSL {