Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build, windows: check if "node_exe" defined
  • Loading branch information
Bogdan Lobor committed Mar 24, 2016
commit 32caebb5d163105cff84dff2ccf7c93ae1bf7a8c
4 changes: 4 additions & 0 deletions vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ goto exit

:build-addons
if not defined build_addons goto run-tests
if not defined node_exe (
echo Failed to find node.exe
goto run-tests
)
echo Building add-ons
:: clear
for /d %%F in (test\addons\??_*) do (
Expand Down