From f971da9a939dcc394b53c7e5f13ddd023066d498 Mon Sep 17 00:00:00 2001 From: Wertzui123 <46199283+Wertzui123@users.noreply.github.com> Date: Thu, 2 Jun 2022 06:08:46 +0200 Subject: [PATCH] help: add Windows to the list of supported native backends in `v help build-native` (#14589) --- cmd/v/help/build-native.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/v/help/build-native.txt b/cmd/v/help/build-native.txt index 8522912d15..896898093f 100644 --- a/cmd/v/help/build-native.txt +++ b/cmd/v/help/build-native.txt @@ -14,4 +14,4 @@ For more general build help, see also `v help build`. -os , -target-os Change the target OS that V compiles for. - The supported targets for the native backend are: `macos`, `linux` + The supported targets for the native backend are: `macos`, `linux` and 'windows'