Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions utils/build-script
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ environments and easily reproducible by engineers who are not familiar with the
details of the setups of other systems or automated environments.""")

targets_group = parser.add_argument_group(
title="Host and cross-compilation targets.")
title="Host and cross-compilation targets")
targets_group.add_argument(
"--host-target",
help="The host target. LLVM, Clang, and Swift will be built for this "
Expand Down Expand Up @@ -503,7 +503,7 @@ also build for iOS, but disallow tests that require an iOS device""",

parser.add_argument("--tvos",
help="""
also build for tvOS, but disallow tests that require an tvos device""",
also build for tvOS, but disallow tests that require a tvos device""",
action="store_true")

parser.add_argument("--watchos",
Expand Down