Fix route on android

This commit is contained in:
世界 2022-08-20 09:35:46 +08:00
parent d0fa79044a
commit 0377a11719
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 7 additions and 7 deletions

View file

@ -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