kopia lustrzana https://github.com/cyoung/stratux
Merge pull request #118 from jpoirier/development
unquote ldflags command in build flagpull/127/head
commit
94bfd8304e
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Ładowanie…
Reference in New Issue