mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Enable fix stack for Android 7 and 9
This commit is contained in:
parent
9c4ab0bf33
commit
bc2e3960e4
6 changed files with 41 additions and 44 deletions
|
@ -1,8 +0,0 @@
|
|||
//go:build android && debug
|
||||
|
||||
package constant
|
||||
|
||||
// TODO: remove after fixed
|
||||
// https://github.com/golang/go/issues/68760
|
||||
|
||||
const FixAndroidStack = true
|
|
@ -1,5 +0,0 @@
|
|||
//go:build !(android && debug)
|
||||
|
||||
package constant
|
||||
|
||||
const FixAndroidStack = false
|
Loading…
Add table
Add a link
Reference in a new issue