From 0749baae4bf81ac89550f7927bd5375f27ea1ca7 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Wed, 26 Jan 2022 13:24:40 +0100 Subject: [PATCH] Makefile: Fix 'STATIC' in help message Fix description (typo) and default value --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b27db613..ef6c4e16 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ help: echo "Build options available for this Makefile:" echo "" echo "RELEASE Make a release build (Default: 1)" - echo "STATIC Link librariess tatically (Default: 1)" + echo "STATIC Link libraries statically (Default: 0)" echo "" echo "DISABLE_QUIC Disable support for QUIC (Default: 0)" echo "NO_DBG_SYMBOLS Strip debug symbols (Default: 0)"