mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
android: provide more predictable logging, add comptime termux support (#14984)
This commit is contained in:
@ -355,9 +355,6 @@ pub fn user_os() string {
|
||||
$if vinix {
|
||||
return 'vinix'
|
||||
}
|
||||
if getenv('TERMUX_VERSION') != '' {
|
||||
return 'termux'
|
||||
}
|
||||
return 'unknown'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user