kopia lustrzana https://github.com/cyoung/stratux
unquote ldflags command in build flag
rodzic
519b00088d
commit
abd4a50386
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