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 8bab1f9 commit 382a998Copy full SHA for 382a998
Makefile
@@ -9,8 +9,8 @@ SHELL=/bin/bash
9
REPO=$(shell go list -m)
10
BUILD_DIR=$(PWD)/build
11
GO_BUILD_ARGS = \
12
- -gcflags "all=-trimpath=$(shell pwd)" \
13
- -asmflags "all=-trimpath=$(shell pwd)" \
+ -gcflags "all=-trimpath=$(shell dirname $(shell pwd))" \
+ -asmflags "all=-trimpath=$(shell dirname $(shell pwd))" \
14
-ldflags " \
15
-X '$(REPO)/internal/version.Version=$(SIMPLE_VERSION)' \
16
-X '$(REPO)/internal/version.GitVersion=$(GIT_VERSION)' \
0 commit comments