From b3eca8767c34edf0770914d500e77f8d065948cc Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 22 Jan 2024 09:41:47 +0000 Subject: [PATCH] curl-cmake.sh: formatting [ci skip] --- curl-cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl-cmake.sh b/curl-cmake.sh index 07066ca7e..8cff50bfd 100755 --- a/curl-cmake.sh +++ b/curl-cmake.sh @@ -396,7 +396,7 @@ _VER="$1" # Official method correctly enables the manual, but with the side-effect # of rebuilding tool_hugehelp.c (with empty content). We work around this # by enabling the manual directly via its C flag. - options+=' -DUSE_MANUAL=OFF -DENABLE_MANUAL=OFF' + options+=' -DENABLE_MANUAL=OFF -DUSE_MANUAL=OFF' CPPFLAGS+=' -DUSE_MANUAL=1' if [ "${CW_DEV_LLD_REPRODUCE:-}" = '1' ] && [ "${_LD}" = 'lld' ]; then