1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

-bare => -freestanding

This commit is contained in:
Alexander Medvednikov 2019-11-29 22:49:05 +03:00
parent f724a956b3
commit 4c11eb5ddc

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{