Skip to content

Commit f8bce75

Browse files
Update vcbuild.bat
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
1 parent f38b4c6 commit f8bce75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ call :getnodeversion || exit /b 1
241241
set NODE_MAJOR_VERSION=
242242
for /F "tokens=1 delims=." %%i in ("%NODE_VERSION%") do set "NODE_MAJOR_VERSION=%%i"
243243
if %NODE_MAJOR_VERSION% GEQ 24 (
244-
echo Using ClangCL for version 24 and above is mandatory.
244+
echo Using ClangCL because the Node.js version being compiled is >= 24.
245245
set clang_cl=1
246246
)
247247

0 commit comments

Comments
 (0)