Skip to content

Commit

Permalink
release: update release script w/ proper build flag target
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Mar 21, 2019
1 parent e4b4b94 commit 1a9c752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SYS=${LOOPBUILDSYS:-"windows-386 windows-amd64 openbsd-386 openbsd-amd64 linux-3
# (something that is totally allowed).
PKG="github.com/lightninglabs/loop"
COMMIT=$(git describe --abbrev=40 --dirty)
COMMITFLAGS="-X $PKG/build.Commit=$COMMIT"
COMMITFLAGS="-X $PKG.Commit=$COMMIT"

for i in $SYS; do
OS=$(echo $i | cut -f1 -d-)
Expand Down

0 comments on commit 1a9c752

Please sign in to comment.