From 4c11eb5ddc10c6ba0ccae60df279da6b19393932 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 29 Nov 2019 22:49:05 +0300 Subject: [PATCH] -bare => -freestanding --- vlib/compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/compiler/main.v b/vlib/compiler/main.v index f916c07a41..634ec0c28e 100644 --- a/vlib/compiler/main.v +++ b/vlib/compiler/main.v @@ -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{