mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-11 23:22:41 +09:00
tools/cross-compile.sh: Remove unused variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user