mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-02-02 21:27:15 +08:00
update build.sh script
This commit is contained in:
parent
159b403879
commit
d36a764525
4
build.sh
4
build.sh
@ -14,7 +14,9 @@ fi
|
|||||||
output="out"
|
output="out"
|
||||||
|
|
||||||
build_dir=`dirname $0`
|
build_dir=`dirname $0`
|
||||||
mkdir -p ${build_dir}/${output} > /dev/null 2>&1
|
if [ ! -d ${build_dir}/${output} ];then
|
||||||
|
mkdir -p ${build_dir}/${output}
|
||||||
|
fi
|
||||||
|
|
||||||
default_golang() {
|
default_golang() {
|
||||||
export GOROOT=/usr/local/go
|
export GOROOT=/usr/local/go
|
||||||
|
Loading…
Reference in New Issue
Block a user