tools: update error message for ICU in license-builder

PR-URL: https://github.com/nodejs/node/pull/54742
Reviewed-By: Steven R Loomis <srl295@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
pull/55047/head
Aviv Keller 2024-09-03 13:25:55 -04:00 committed by James M Snell
parent 0c8c107aaa
commit 6a52e81260
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ${licenseTextTrimmed}
if ! [ -d "${rootdir}/deps/icu/" ] && ! [ -d "${rootdir}/deps/icu-small/" ]; then
echo "ICU not installed, run configure to download it, e.g. ./configure --with-intl=small-icu --download=icu"
echo "ICU not installed, run \`./configure --with-intl=small-icu --download=icu\` to download it."
exit 1
fi