| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2874542 commit 7e4453f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -244,7 +244,7 @@ call :getnodeversion || exit /b 1 | |||
| 244 | 244 | set NODE_MAJOR_VERSION= | |
| 245 | 245 | for /F "tokens=1 delims=." %%i in ("%NODE_VERSION%") do set "NODE_MAJOR_VERSION=%%i" | |
| 246 | 246 | if %NODE_MAJOR_VERSION% GEQ 24 ( | |
| 247 | - echo Using ClangCL because the Node.js version being compiled is >= 24. | ||
| 247 | + echo Using ClangCL because the Node.js version being compiled is ^>= 24. | ||
| 248 | 248 | set clang_cl=1 | |
| 249 | 249 | ) | |
| 250 | 250 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments