mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
darwin: use system ssl headers
This commit is contained in:

committed by
Alexander Medvednikov

parent
367f8d6130
commit
a1e45e3247
@ -13,12 +13,12 @@ import strings
|
||||
// (older) system openssl.
|
||||
#flag linux -I/usr/local/include/openssl -L/usr/local/lib
|
||||
|
||||
#flag windows -I @VROOT/thirdparty/openssl/include
|
||||
#flag darwin -I @VROOT/thirdparty/openssl/include
|
||||
#flag -l ssl -l crypto
|
||||
// MacPorts
|
||||
#flag darwin -I/opt/local/include
|
||||
#flag darwin -L/opt/local/lib
|
||||
// Brew
|
||||
#flag darwin -I/usr/local/opt/openssl/include
|
||||
#flag darwin -L/usr/local/opt/openssl/lib
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
|
Reference in New Issue
Block a user