Skip to content

Commit

Permalink
Update build.py: add a comment (#20993)
Browse files Browse the repository at this point in the history
### Description
Update build.py: add a comment


### Motivation and Context
See the comment.
  • Loading branch information
snnn committed Jun 18, 2024
1 parent 631a2c1 commit ffb8e8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/ci_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,11 @@ def convert_arg_line_to_args(self, arg_line):
default="",
help="Path to RISC-V qemu. e.g. --riscv_qemu_path=$HOME/qemu-dir/qemu-riscv64",
)
parser.add_argument("--msvc_toolset", help="MSVC toolset to use. e.g. 14.11")
# https://gitlab.kitware.com/cmake/cmake/-/issues/25192
parser.add_argument(
"--msvc_toolset",
help="MSVC toolset to use. e.g. 14.11. It doesn't work if the version number is in the range of [14.36, 14.39]",
)
parser.add_argument("--windows_sdk_version", help="Windows SDK version to use. e.g. 10.0.19041.0")
parser.add_argument("--android", action="store_true", help="Build for Android")
parser.add_argument(
Expand Down

0 comments on commit ffb8e8e

Please sign in to comment.