Skip to content

Commit

Permalink
try without
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jul 2, 2024
1 parent d2c20e3 commit 65e5e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF > ./bin/deb/DEBIAN/control
Expand Down

0 comments on commit 65e5e49

Please sign in to comment.