From 815196e234a27d7504034e901048bd7be97cfeb7 Mon Sep 17 00:00:00 2001 From: gaojiazhen Date: Thu, 23 Nov 2023 01:42:08 +0000 Subject: [PATCH] =?UTF-8?q?update=20build/builder.py.=20=E8=A7=84=E8=8C=83?= =?UTF-8?q?help=E4=BF=A1=E6=81=AF=E7=9A=84=E8=8B=B1=E6=96=87=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E3=80=82=E2=80=9C.=E2=80=9D=E5=90=8E=E5=8D=95?= =?UTF-8?q?=E8=AF=8D=E9=A6=96=E5=AD=97=E6=AF=8D=E5=BA=94=E5=A4=A7=E5=86=99?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=AD=A375=E8=A1=8C=E4=B8=AD=E2=80=9Cif?= =?UTF-8?q?=E2=80=9D=E4=B8=BA=E2=80=9CIf=E2=80=9D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaojiazhen --- build/builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/builder.py b/build/builder.py index b03a01d..26152ff 100755 --- a/build/builder.py +++ b/build/builder.py @@ -72,7 +72,7 @@ class FtBuilder: help='Specify the number of jobs to run simultaneously during building.') build_parser.add_argument('--enable-musl', action='store_true', - help='Enable musl C lib. if musl is disabled, you\'ll use system C lib.') + help='Enable musl C lib. If musl is disabled, you\'ll use system C lib.') build_parser.add_argument('-cc', '--export-compile-commands', action='store_true', help='Export "compile_commands.json" file.') -- Gitee