make: improve diagnostic messages when the prebuilt tcc executable does not work/is missing

This commit is contained in:
Delyan Angelov 2022-01-18 17:25:11 +02:00
parent ef562c92a5
commit 6dfa11e2f7
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
4 changed files with 28 additions and 2 deletions

View file

@ -240,6 +240,7 @@ echo ERROR: please follow the instructions in https://github.com/vlang/v/wiki/In
exit /b 1
:success
.\v.exe run cmd\tools\detect_tcc.v
echo ^> V built successfully!
echo ^> To add V to your PATH, run `.\v.exe symlink`.