1
0
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:
Delyan Angelov
2020-09-29 22:10:33 +03:00
parent 2fd6c05445
commit dc954bbb03
13 changed files with 31 additions and 38 deletions

View File

@@ -792,7 +792,7 @@ pub fn user_os() string {
return 'linux'
}
$if macos {
return 'mac'
return 'macos'
}
$if windows {
return 'windows'