mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: move msvc compiler to -cc flag instead of -os (#2338)
* move msvc to -cc flag instead of -os * undo unrelated change * do first build without msvc * remvove flags temp * fix comment
This commit is contained in:
@ -600,9 +600,6 @@ pub fn user_os() string {
|
||||
$if dragonfly {
|
||||
return 'dragonfly'
|
||||
}
|
||||
$if msvc {
|
||||
return 'windows'
|
||||
}
|
||||
$if android{
|
||||
return 'android'
|
||||
}
|
||||
|
Reference in New Issue
Block a user