mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
-bare => -freestanding
This commit is contained in:
parent
f724a956b3
commit
4c11eb5ddc
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user