mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Fix route on android
This commit is contained in:
parent
d0fa79044a
commit
0377a11719
5 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ const IsIos = goos.IsIos == 1
|
|||
|
||||
const IsJs = goos.IsJs == 1
|
||||
|
||||
const IsLinux = goos.IsLinux == 1
|
||||
const IsLinux = goos.IsLinux == 1 || goos.IsAndroid == 1
|
||||
|
||||
const IsNacl = goos.IsNacl == 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue