Fix typo in build.zig

Co-authored-by: Halil Durak <halildrk@gmail.com>
This commit is contained in:
Nikolay Govorov
2026-02-26 08:41:01 +00:00
committed by GitHub
parent 32cd3981d8
commit ac5a64d77a

View File

@@ -642,7 +642,7 @@ fn buildCurl(
"-DBUILDING_LIBCURL", "-DBUILDING_LIBCURL",
}, },
.files = &.{ .files = &.{
// You can include all files from lib, libcurl uses an #ifdef-guards to exclude code for disabled functions // You can include all files from lib, libcurl uses #ifdef-guards to exclude code for disabled functions
"altsvc.c", "amigaos.c", "asyn-ares.c", "altsvc.c", "amigaos.c", "asyn-ares.c",
"asyn-base.c", "asyn-thrdd.c", "bufq.c", "asyn-base.c", "asyn-thrdd.c", "bufq.c",
"bufref.c", "cf-h1-proxy.c", "cf-h2-proxy.c", "bufref.c", "cf-h1-proxy.c", "cf-h2-proxy.c",