Skip to content

Commit

Permalink
chore: fix ldflags in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimifr committed Jan 24, 2025
1 parent f2866f5 commit 8edaa5e
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 @@ -13,7 +13,7 @@ endif
# Append coreutils.exe (has to be installed) on windows,
# otherwise this will freeze make
DATE := $(shell $(WINDOWS_SHENANIGANS) date -u +%Y-%m-%d)
LDFLAGS := -X 'github.com/ksauraj/ksau-oned-api/cmd.Version=$(VERSION)' -X 'github.com/ksauraj/ksau-oned-api/cmd.Commit=$(COMMIT)' -X 'github.com/ksauraj/ksau-oned-api/cmd.Date=$(DATE)'
LDFLAGS := -X 'github.com/global-index-source/ksau-go/cmd.Version=$(VERSION)' -X 'github.com/global-index-source/ksau-go/cmd.Commit=$(COMMIT)' -X 'github.com/global-index-source/ksau-go/cmd.Date=$(DATE)'

# Default target
all: build
Expand Down

0 comments on commit 8edaa5e

Please sign in to comment.