Merge pull request #118 from jpoirier/development

unquote ldflags command in build flag
pull/127/head
cyoung 2015-11-13 22:46:02 -05:00
commit 94bfd8304e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
ifeq "$(CIRCLECI)" "true"
BUILDINFO=
else
BUILDINFO="-ldflags -X main.stratuxVersion=`git describe --tags --abbrev=0` -X main.stratuxBuild=`git log -n 1 --pretty=%H`"
BUILDINFO=-ldflags "-X main.stratuxVersion=`git describe --tags --abbrev=0` -X main.stratuxBuild=`git log -n 1 --pretty=%H`"
endif
all: