From 8360e6e1e61ee11391d634a75c355ef0b301d535 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 2 Apr 2024 16:16:30 +0100 Subject: [PATCH] I don't know why I expected a new feature of curl to not break the build ... --- compile.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/compile.sh b/compile.sh index 7cf910b1..25dec5e5 100755 --- a/compile.sh +++ b/compile.sh @@ -662,7 +662,6 @@ function build_curl { --without-brotli \ --without-nghttp2 \ --without-zstd \ - --disable-docs \ --with-zlib="$INSTALL_DIR" \ --with-ssl="$INSTALL_DIR" \ --enable-threaded-resolver \