aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-06 13:27:25 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-06 13:27:25 +0800
commit8daa98eaf2854edf059afa418ad8ee77be302443 (patch)
tree17dc9e6f61d95362b19e7cabf05fa3d34e8d82d7
parentRemove tenv from scfg's linters (diff)
downloadforge-0.1.37.tar.gz
forge-0.1.37.tar.zst
forge-0.1.37.zip
Makefile: Fix version specv0.1.37
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9506aa0..d52c3f6 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ EMBED = git2d/git2d hookc/hookc source.tar.gz $(wildcard LICENSE*) $(wildcard fo
EMBED_ = $(EMBED:%=forged/internal/embed/%)
forge: $(EMBED_) $(SOURCE_FILES)
- CGO_ENABLED=0 go build -o forge -ldflags '-extldflags "-f no-PIC -static" -X "go.lindenii.runxiyu.org/forge.version=$(VERSION)"' -tags 'osusergo netgo static_build' ./forged/cmd/forge
+ CGO_ENABLED=0 go build -o forge -ldflags '-extldflags "-f no-PIC -static" -X "go.lindenii.runxiyu.org/forge/forged/internal/unsorted.version=$(VERSION)"' -tags 'osusergo netgo static_build' ./forged/cmd/forge
utils/colb: