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 d91543a commit a46bf95Copy full SHA for a46bf95
vcbuild.bat
@@ -752,15 +752,15 @@ if errorlevel 1 goto exit
752
goto lint-cpp
753
754
:lint-cpp
755
-if not defined lint_cpp goto lint-js
+if not defined lint_cpp goto lint-js-build
756
if defined NODEJS_MAKE goto run-make-lint
757
where make > NUL 2>&1 && make -v | findstr /C:"GNU Make" 1> NUL
758
if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=make PYTHON=python" & goto run-make-lint
759
where wsl > NUL 2>&1
760
if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=wsl make" & goto run-make-lint
761
echo Could not find GNU Make, needed for linting C/C++
762
echo Alternatively, you can use WSL
763
-goto lint-js
+goto lint-js-build
764
765
:run-make-lint
766
%NODEJS_MAKE% lint-cpp
0 commit comments