Skip to content

Commit c3c6251

Browse files
committed
update --clang_path comment
1 parent 46415cc commit c3c6251

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/build.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,10 @@ def add_artifact_subcommand_global_arguments(parser: argparse.ArgumentParser):
259259
"--clang_path",
260260
type=str,
261261
default="",
262-
help="Path to the Clang binary to use.",
262+
help="""
263+
Path to the Clang binary to use. Ignored if --ci_mode is set as we use
264+
a custom C++ toolchain in that case.
265+
""",
263266
)
264267

265268
parser.add_argument(

0 commit comments

Comments
 (0)