mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
android: use __ANDROID__
This commit is contained in:
parent
9b5e9984bf
commit
6733b12ec3
@ -336,7 +336,7 @@ fn os_name_to_ifdef(name string) string {
|
||||
return '_MSC_VER'
|
||||
}
|
||||
'android' {
|
||||
return '__BIONIC__'
|
||||
return '__ANDROID__'
|
||||
}
|
||||
'js' {
|
||||
return '_VJS'
|
||||
|
Loading…
Reference in New Issue
Block a user