Allow passing additional arguments to the build script
This commit is contained in:
parent
9364b82e08
commit
7667719cbf
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -7,4 +7,4 @@ then
|
|||
ver="${ver}-dev"
|
||||
fi
|
||||
|
||||
go build -ldflags="-X 'main.Version=${ver}'" -o ass_v${ver}
|
||||
go build -ldflags="-X 'main.Version=${ver}'" -o ass_v${ver} $@
|
||||
|
|
Reference in a new issue