mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
openssl_backend: add MacPorts libssl path
This commit is contained in:
parent
7607b00952
commit
8d35649d90
@ -7,7 +7,9 @@ module http
|
||||
import strings
|
||||
|
||||
#flag -I @VROOT/thirdparty/openssl/include
|
||||
#flag -lssl -lcrypto
|
||||
#flag -lssl -lcrypto
|
||||
// MacPorts
|
||||
#flag darwin -L/opt/local/lib
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user