We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9d6fe commit 0622181Copy full SHA for 0622181
curl-sys/build.rs
@@ -122,6 +122,7 @@ fn main() {
122
.define("CURL_DISABLE_TFTP", None)
123
.define("CURL_STATICLIB", None)
124
.define("ENABLE_IPV6", None)
125
+ .define("HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID", None)
126
.define("HAVE_ASSERT_H", None)
127
.define("OS", "\"unknown\"") // TODO
128
.define("HAVE_ZLIB_H", None)
0 commit comments