help: add Windows to the list of supported native backends in `v help build-native` (#14589)

master
Wertzui123 2022-06-02 06:08:46 +02:00 committed by GitHub
parent a95cdac635
commit f971da9a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ For more general build help, see also `v help build`.
-os <os>, -target-os <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'