-bare => -freestanding
parent
f724a956b3
commit
4c11eb5ddc
|
@ -1043,7 +1043,7 @@ pub fn new_v(args[]string) &V {
|
||||||
}
|
}
|
||||||
$if !linux {
|
$if !linux {
|
||||||
if pref.is_bare && !out_name.ends_with('.c') {
|
if pref.is_bare && !out_name.ends_with('.c') {
|
||||||
verror('-bare only works on Linux for now')
|
verror('-freestanding only works on Linux for now')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return &V{
|
return &V{
|
||||||
|
|
Loading…
Reference in New Issue