mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
ios: Add with_quic
tag in build
This commit is contained in:
parent
cc9cb0b477
commit
14a0f180c8
|
@ -111,9 +111,9 @@ func buildiOS() {
|
|||
|
||||
args = append(args, "-tags")
|
||||
if !debugEnabled {
|
||||
args = append(args, "with_gvisor,with_utls,with_clash_api,with_low_memory,with_conntrack")
|
||||
args = append(args, "with_gvisor,with_quic,with_utls,with_clash_api,with_low_memory,with_conntrack")
|
||||
} else {
|
||||
args = append(args, "with_gvisor,with_utls,with_clash_api,with_low_memory,with_conntrack,debug")
|
||||
args = append(args, "with_gvisor,with_quic,with_utls,with_clash_api,with_low_memory,with_conntrack,debug")
|
||||
}
|
||||
args = append(args, "./experimental/libbox")
|
||||
|
||||
|
|
Loading…
Reference in a new issue