From 65e5e49ed8183aad3558e03ea306e96992ea0b0e Mon Sep 17 00:00:00 2001 From: Jesse Schmidt Date: Tue, 2 Jul 2024 15:41:45 -0700 Subject: [PATCH] try without --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c029d8..d84b516 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ clean: OS := $(shell uname -o) CPU := $(shell uname -m) ver:=$(shell V=$$(git branch --show-current); if [[ $$V == v* ]]; then printf $${V:1} > ../VERSION.md; fi; cat ../VERSION.md) -GO_LDFLAGS="-X 'asvec/cmd.Version=$(ver)' -s -w" +# GO_LDFLAGS="-X 'asvec/cmd.Version=$(ver)' -s -w" define _amddebscript ver=$(cat ./VERSION.md) cat < ./bin/deb/DEBIAN/control