1
0
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:
Vitaly Takmazov 2019-08-06 20:07:02 +03:00 committed by Alexander Medvednikov
parent 7607b00952
commit 8d35649d90

View File

@ -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>