mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-09 03:52:04 +00:00
fix: fix android-arm64 build
This commit is contained in:
parent
9e96d70840
commit
b73382f60a
11 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build android
|
||||
// +build android,cmfa
|
||||
|
||||
package outboundgroup
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build android
|
||||
// +build android,cmfa
|
||||
|
||||
package provider
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build android
|
||||
// +build android,cmfa
|
||||
|
||||
package dialer
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build android
|
||||
// +build android,cmfa
|
||||
|
||||
package mmdb
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build android
|
||||
// +build android,cmfa
|
||||
|
||||
package process
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !android
|
||||
// +build !cmfa
|
||||
|
||||
package dns
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build android
|
||||
// +build android,cmfa
|
||||
|
||||
package dns
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !android
|
||||
// +build !cmfa
|
||||
|
||||
package dns
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// +build android
|
||||
// +build android,cmfa
|
||||
|
||||
package http
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build android
|
||||
// +build android,cmfa
|
||||
|
||||
package provider
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build android
|
||||
// +build android,cmfa
|
||||
|
||||
package statistic
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue