Makefile: Fix 'STATIC' in help message

Fix description (typo) and default value
This commit is contained in:
Samantaz Fox 2022-01-26 13:24:40 +01:00 committed by GitHub
parent 2ae074a9a4
commit 0749baae4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)"