mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
$if mac => $if macos
This commit is contained in:
@ -945,7 +945,7 @@ pub fn new_v(args[]string) &V {
|
||||
$if linux {
|
||||
_os = .linux
|
||||
}
|
||||
$if mac {
|
||||
$if macos {
|
||||
_os = .mac
|
||||
}
|
||||
$if windows {
|
||||
|
Reference in New Issue
Block a user