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

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

This commit is contained in:
Wertzui123
2022-06-02 06:08:46 +02:00
committed by GitHub
parent a95cdac635
commit f971da9a93

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'