1
0
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:
Delyan Angelov 2020-12-15 10:47:41 +02:00
parent f4419328b2
commit 8067fcee57
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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 {