Skip to content

Commit

Permalink
curl-sys: enable scope ID for IPv6 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Tarasov committed Aug 16, 2024
1 parent 3d9d6fe commit 0622181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curl-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ fn main() {
.define("CURL_DISABLE_TFTP", None)
.define("CURL_STATICLIB", None)
.define("ENABLE_IPV6", None)
.define("HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID", None)
.define("HAVE_ASSERT_H", None)
.define("OS", "\"unknown\"") // TODO
.define("HAVE_ZLIB_H", None)
Expand Down

0 comments on commit 0622181

Please sign in to comment.