openssl_backend: add MacPorts libssl path

pull/1498/head
Vitaly Takmazov 2019-08-06 20:07:02 +03:00 committed by Alexander Medvednikov
parent 7607b00952
commit 8d35649d90
1 changed files with 3 additions and 1 deletions

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>