diff --git a/kcptun/kcptun b/kcptun/kcptun index b8dff45008..9afbc4985d 160000 --- a/kcptun/kcptun +++ b/kcptun/kcptun @@ -1 +1 @@ -Subproject commit b8dff45008fc54294e5abe26c9773845f59be3a2 +Subproject commit 9afbc4985d60e53109287adb69385a125980423e diff --git a/kcptun/make.bash b/kcptun/make.bash index 3990d12a45..225e9f81a7 100755 --- a/kcptun/make.bash +++ b/kcptun/make.bash @@ -51,7 +51,7 @@ export PATH=$GOROOT/bin:$PATH pushd kcptun/client echo "Get dependences for kcptun" -go get -u github.com/xtaci/kcp-go +go get -u github.com/madeye/kcp-go go get echo "Cross compile kcptun for arm"