fix: compile issue in linux

This commit is contained in:
Hiddify
2024-02-05 20:22:42 +01:00
parent d96279386a
commit 6f2c1504c8
2 changed files with 8 additions and 11 deletions

2
cmd.sh
View File

@@ -1,3 +1,3 @@
TAGS=with_gvisor,with_quic,with_wireguard,with_ech,with_utls,with_clash_api,with_grpc
# TAGS=with_dhcp,with_low_memory,with_conntrack
go run --tags $(TAGS) ./cmd *@
go run --tags $TAGS ./cmd $@