From 436f5a7df59c4780dedc0149c6756c16f4c803ce Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Mon, 31 Oct 2022 11:52:49 -0700 Subject: [PATCH] ICU-22194 runConfigureICU computer->compiler @josephshen found that the help text here has the wrong word, and I dropped the ball on his PR #2217 :-( --- icu4c/source/runConfigureICU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/runConfigureICU b/icu4c/source/runConfigureICU index 3f8576da695..00a56872979 100755 --- a/icu4c/source/runConfigureICU +++ b/icu4c/source/runConfigureICU @@ -54,7 +54,7 @@ The following names can be supplied as the argument for platform: MacOSX Use the default compilers on MacOS X (Darwin) MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin) MinGW Use the GNU gcc/g++ compilers on MinGW - MSYS/MSVC Use the Microsoft Visual C++ computer on MSYS + MSYS/MSVC Use the Microsoft Visual C++ compiler on MSYS QNX Use the QNX QCC compiler on QNX/Neutrino Solaris Use the Sun cc/CC compilers on Solaris Solaris/GCC Use the GNU gcc/g++ compilers on Solaris -- 2.40.0