1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

openssl: add Brew openssl path

closes #1509
This commit is contained in:
dm1try 2019-08-08 01:53:23 +03:00 committed by Alexander Medvednikov
parent 802ff1d012
commit 1c38661ff7

View File

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