From b0d22d06811f9fae57a0c2e5ae1ea4711bd10593 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 13 Aug 2017 17:14:03 +1200 Subject: [PATCH] fix not accepting the custom server header --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58bdfd4..107d37c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ SOURCES:=Makefile \ cmd $(wildcard cmd/archive-server/*.go) \ $(wildcard *.go) -GOFLAGS := -ldflags='-s -w -X archive.SERVER_VERSION="archive/${VERSION}"' -gcflags='-trimpath=$(GOPATH)' -asmflags='-trimpath=$(GOPATH)' +GOFLAGS := -ldflags='-s -w -X code.ivysaur.me/archive.SERVER_VERSION=archive/${VERSION}' -gcflags='-trimpath=$(GOPATH)' -asmflags='-trimpath=$(GOPATH)' # # Phony targets