mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-22 08:31:30 +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")
|
args = append(args, "-tags")
|
||||||
if !debugEnabled {
|
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 {
|
} 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")
|
args = append(args, "./experimental/libbox")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue