use old style build D:
This commit is contained in:
parent
02cafc2cc5
commit
d38ff65c22
12
build.sh
12
build.sh
@ -44,8 +44,12 @@ if [ "x$rev" == "x" ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd $root
|
cd $root
|
||||||
echo "obtaining gx"
|
#echo "obtaining gx"
|
||||||
go get -v github.com/whyrusleeping/gx
|
#go get -v github.com/whyrusleeping/gx
|
||||||
go get -v github.com/whyrusleeping/gx-go
|
#go get -v github.com/whyrusleeping/gx-go
|
||||||
gx install --global && go build -v
|
#gx install --global && go build -v
|
||||||
|
export GOPATH=$PWD/go
|
||||||
|
mkdir -p $GOPATH
|
||||||
|
go get -u -v github.com/majestrate/srndv2
|
||||||
|
cp $GOPATH/bin/srndv2 $root
|
||||||
echo "Built"
|
echo "Built"
|
||||||
|
Reference in New Issue
Block a user