aboutsummaryrefslogtreecommitdiff
path: root/tools/msvs/vswhere_usability_wrapper.cmd
diff options
context:
space:
mode:
authorBartosz Sosnowski <bartosz@janeasystems.com>2017-11-13 16:59:11 +0100
committerBartosz Sosnowski <bartosz@janeasystems.com>2018-02-22 12:43:35 +0100
commit887a2ba92eec98ddf1e0953e742419236eff75d7 (patch)
tree948c1e772a5583d4081dbd28d43708f2ccaef36a /tools/msvs/vswhere_usability_wrapper.cmd
parentd3955d15ff5c68acf91f35177d290ff068068a05 (diff)
downloadandroid-node-v8-887a2ba92eec98ddf1e0953e742419236eff75d7.tar.gz
android-node-v8-887a2ba92eec98ddf1e0953e742419236eff75d7.tar.bz2
android-node-v8-887a2ba92eec98ddf1e0953e742419236eff75d7.zip
build, win: vcbuild improvements
Removes extra erroor messages when Python is not installed. Removes "vswhere not found" message when no VS2017 installation is found. Adds support for DEBUG_HELPER to vcbuild.bat. Fixes: https://github.com/nodejs/node/issues/16864 PR-URL: https://github.com/nodejs/node/pull/17015 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'tools/msvs/vswhere_usability_wrapper.cmd')
-rw-r--r--tools/msvs/vswhere_usability_wrapper.cmd1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/msvs/vswhere_usability_wrapper.cmd b/tools/msvs/vswhere_usability_wrapper.cmd
index a260a50a2c..4a159baabc 100644
--- a/tools/msvs/vswhere_usability_wrapper.cmd
+++ b/tools/msvs/vswhere_usability_wrapper.cmd
@@ -28,5 +28,4 @@ for /f "usebackq tokens=*" %%i in (`vswhere %VSWHERE_ARGS%`) do (
:no-vswhere
endlocal
-echo could not find "vswhere"
exit /B 1