mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
make: improve diagnostic messages when the prebuilt tcc executable does not work/is missing
This commit is contained in:
parent
ef562c92a5
commit
6dfa11e2f7
4 changed files with 28 additions and 2 deletions
1
make.bat
1
make.bat
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue