Skip to content

Commit 0622181

Browse files
authored
curl-sys: enable scope ID for IPv6 (#569)
1 parent 3d9d6fe commit 0622181

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

curl-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ fn main() {
122122
.define("CURL_DISABLE_TFTP", None)
123123
.define("CURL_STATICLIB", None)
124124
.define("ENABLE_IPV6", None)
125+
.define("HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID", None)
125126
.define("HAVE_ASSERT_H", None)
126127
.define("OS", "\"unknown\"") // TODO
127128
.define("HAVE_ZLIB_H", None)

0 commit comments

Comments
 (0)