1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/csvq/no-ldflags.patch
2022-10-07 07:52:50 +02:00

13 lines
310 B
Diff

diff --git a/Makefile b/Makefile
index a12018a..94d8028 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ $(BINARY): build
.PHONY: build
build:
- go build $(BUILD_TAGS) -trimpath $(LDFLAGS) -o $(GOPATH)/bin/
+ go build $(BUILD_TAGS) -trimpath $(GOFLAGS) -o $(GOPATH)/bin/
.PHONY: install
install: