diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-06 13:27:25 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-06 13:27:25 +0800 |
commit | 8daa98eaf2854edf059afa418ad8ee77be302443 (patch) | |
tree | 17dc9e6f61d95362b19e7cabf05fa3d34e8d82d7 /Makefile | |
parent | Remove tenv from scfg's linters (diff) | |
download | forge-0.1.37.tar.gz forge-0.1.37.tar.zst forge-0.1.37.zip |
Makefile: Fix version specv0.1.37
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |