We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38b4c6 commit f8bce75Copy full SHA for f8bce75
vcbuild.bat
@@ -241,7 +241,7 @@ call :getnodeversion || exit /b 1
241
set NODE_MAJOR_VERSION=
242
for /F "tokens=1 delims=." %%i in ("%NODE_VERSION%") do set "NODE_MAJOR_VERSION=%%i"
243
if %NODE_MAJOR_VERSION% GEQ 24 (
244
- echo Using ClangCL for version 24 and above is mandatory.
+ echo Using ClangCL because the Node.js version being compiled is >= 24.
245
set clang_cl=1
246
)
247
0 commit comments