mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: use macos
consistently in os.user_os and the compiler
This commit is contained in:
@@ -792,7 +792,7 @@ pub fn user_os() string {
|
||||
return 'linux'
|
||||
}
|
||||
$if macos {
|
||||
return 'mac'
|
||||
return 'macos'
|
||||
}
|
||||
$if windows {
|
||||
return 'windows'
|
||||
|
Reference in New Issue
Block a user