mirror of
https://github.com/vlang/v.git
synced 2025-09-12 00:46:55 -04:00
Describe the make -msvc option.
parent
1680df97af
commit
1b4069a9b6
@ -23,3 +23,6 @@ cd v
|
||||
make
|
||||
```
|
||||
|
||||
NB: on windows, the make.bat file first tries to locate gcc from MinGW-w64, and will use it, if it finds it. If not, it will try MSVC. If you want use MSVC, when you have both MinGW-w64 AND MSVC, you can pass:
|
||||
`make -msvc`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user