Skip to content

Commit 0f3e1a4

Browse files
committed
fix curl ssl BUILD on macos
1 parent 77f3075 commit 0f3e1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/curl.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ genrule(
112112
"# define HAVE_SYS_FILIO_H 1",
113113
"# define HAVE_SYS_SOCKIO_H 1",
114114
"# define OS \"x86_64-apple-darwin15.5.0\"",
115-
"# define USE_DARWINSSL 1",
115+
"# define USE_SECTRANSP 1",
116116
"#else",
117117
"# define CURL_CA_BUNDLE \"/etc/ssl/certs/ca-certificates.crt\"",
118118
"# define GETSERVBYPORT_R_ARGS 6",

0 commit comments

Comments
 (0)