main.v: use `cc`

pull/385/head
Alexander Medvednikov 2019-06-23 01:50:18 +02:00
parent 1074ddc33d
commit acb00bf623
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ mut args := ''
'$fast_clang -I. $args'
}
else {
'clang -I. $args'
'cc -I. $args'
}
// Print the C command
if c.show_c_cmd || c.is_verbose {