From 18881577960b3448b30e418a39832b826224c8c0 Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 7 Feb 2025 10:04:14 +0800 Subject: [PATCH] v2ray-plugin: fix build Signed-off-by: sbwml --- v2ray-plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2ray-plugin/Makefile b/v2ray-plugin/Makefile index 4ce136ce8..2ef3e0d1f 100644 --- a/v2ray-plugin/Makefile +++ b/v2ray-plugin/Makefile @@ -22,7 +22,7 @@ PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 PKG_BUILD_FLAGS:=no-mips16 -GO_PKG:=github.com/shadowsocks/v2ray-plugin +GO_PKG:=github.com/teddysun/v2ray-plugin GO_PKG_LDFLAGS_X:=main.VERSION=v$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk