Skip to content

Commit

Permalink
Update kcptun
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Aug 10, 2016
1 parent 0a400ef commit 08d99ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kcptun/kcptun
4 changes: 2 additions & 2 deletions kcptun/make.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08d99ca

Please sign in to comment.