Skip to content

Commit 1fae584

Browse files
committed
tools/cross-compile.sh: Remove unused variables
1 parent 2259fd1 commit 1fae584

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/cross-compile.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
set -e
44

5-
HASH="$(git rev-parse --short HEAD)"
65
VERSION="$(go run tools/build-version.go)"
7-
DATE="$(go run tools/build-date.go)"
8-
ADDITIONAL_GO_LINKER_FLAGS="$(go run tools/info-plist.go $VERSION)"
96

107
mkdir -p binaries
118
mkdir -p micro-$VERSION

0 commit comments

Comments
 (0)