Commit 08d99caf authored by Max Lv's avatar Max Lv

Update kcptun

parent 0a400ef5
Subproject commit f3e7e7b69f0fd0c22858d09b4dd3764ed703d140
Subproject commit 31cf00a881a9535d2e1282caf92542b9c31b0e7d
Subproject commit eced3949b2f33e1801aec6124a01922482358f3e
Subproject commit 6dec1f65acebe3f0587cca26e1f1df05c5cc21de
......@@ -43,9 +43,9 @@ if [ ! -d "$DIR/go/bin" ]; then
fi
export GOROOT=$DIR/go
export GOPATH=$HOME
export GOPATH=$DEPS/gopath
export GOBIN=$GOPATH/bin
mkdir $GOBIN
mkdir -p $GOBIN
export PATH=$GOROOT/bin:$PATH
pushd kcptun/client
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment