main.v: use `cc`
parent
1074ddc33d
commit
acb00bf623
|
@ -472,7 +472,7 @@ mut args := ''
|
||||||
'$fast_clang -I. $args'
|
'$fast_clang -I. $args'
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
'clang -I. $args'
|
'cc -I. $args'
|
||||||
}
|
}
|
||||||
// Print the C command
|
// Print the C command
|
||||||
if c.show_c_cmd || c.is_verbose {
|
if c.show_c_cmd || c.is_verbose {
|
||||||
|
|
Loading…
Reference in New Issue