mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-24 18:00:25 +00:00
tools/cross-compile.sh: Remove unused variables
This commit is contained in:
parent
2259fd10af
commit
1fae584eea
1 changed files with 0 additions and 3 deletions
|
|
@ -2,10 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
HASH="$(git rev-parse --short HEAD)"
|
||||
VERSION="$(go run tools/build-version.go)"
|
||||
DATE="$(go run tools/build-date.go)"
|
||||
ADDITIONAL_GO_LINKER_FLAGS="$(go run tools/info-plist.go $VERSION)"
|
||||
|
||||
mkdir -p binaries
|
||||
mkdir -p micro-$VERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue