openssl_backend: add MacPorts libssl path
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