Skip to content

Commit

Permalink
Fix -X arguments
Browse files Browse the repository at this point in the history
- requires "=" now
  • Loading branch information
James Bardin committed Jan 25, 2016
1 parent 872d104 commit c44689a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
TAG :=`git describe --tags`

VERSION = `git describe --tags 2>/dev/null || git rev-parse --short HEAD 2>/dev/null`
LDFLAGS = -X main.buildVersion $(VERSION)
LDFLAGS = -X main.buildVersion=$(VERSION)

all: shuttle

Expand Down

0 comments on commit c44689a

Please sign in to comment.