builder: change the tcc recompilation failed message

pull/7342/head
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
1 changed files with 1 additions and 1 deletions

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 {