mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builder: change the tcc recompilation failed message
This commit is contained in:
parent
f4419328b2
commit
8067fcee57
@ -558,8 +558,8 @@ fn (mut v Builder) cc() {
|
||||
}
|
||||
exit(101)
|
||||
}
|
||||
eprintln('recompilation with tcc failed; retrying with cc ...')
|
||||
v.pref.ccompiler = pref.default_c_compiler()
|
||||
eprintln('Compilation with tcc failed. Retrying with $v.pref.ccompiler ...')
|
||||
continue
|
||||
}
|
||||
if res.exit_code == 127 {
|
||||
|
Loading…
Reference in New Issue
Block a user