mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 14:55:38 -04:00
tools/cross-compile.sh: Remove unused variables
This commit is contained in:
parent
2259fd10af
commit
1fae584eea
@ -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 New Issue
Block a user