We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd31ec2 commit 40d1a04Copy full SHA for 40d1a04
Makefile
@@ -49,7 +49,7 @@ endif
49
VERBOSE_GO := -v
50
51
# Parse git current branch commit-hash
52
-GO_LDFLAGS := ${GO_LDFLAGS} -X `go list .`.GitCommit=`git rev-parse --short HEAD 2>/dev/null`
+GO_LDFLAGS := ${GO_LDFLAGS} -X `go list ./xhyve`.GitCommit=`git rev-parse --short HEAD 2>/dev/null`
53
54
55
# Environment variables
0 commit comments