-bare => -freestanding

pull/2927/head
Alexander Medvednikov 2019-11-29 22:49:05 +03:00
parent f724a956b3
commit 4c11eb5ddc
1 changed files with 1 additions and 1 deletions

View File

@ -1043,7 +1043,7 @@ pub fn new_v(args[]string) &V {
}
$if !linux {
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{