mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
darwin: use system ssl headers
This commit is contained in:
parent
367f8d6130
commit
a1e45e3247
76 changed files with 2 additions and 38870 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue