aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2021-02-17 21:48:12 -0500
committerGitHub <noreply@github.com>2021-02-17 21:48:12 -0500
commitce0346448ff6c8e92f794e7b724f3d4333412a9b (patch)
treefb912ff72e2a673f7dc84b3d1b6ea78fe0fb8734 /Makefile
parent4c82485424adb0fcf72cf9cde74596a7f0f54ada (diff)
downloadgitea-ce0346448ff6c8e92f794e7b724f3d4333412a9b.tar.gz
gitea-ce0346448ff6c8e92f794e7b724f3d4333412a9b.zip
remove outdated notice in makefile (#14720)
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7dd7464acb..e0123f6fc4 100644
--- a/Makefile
+++ b/Makefile
@@ -573,7 +573,6 @@ release-windows: | $(DIST_DIRS)
@hash xgo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
GO111MODULE=off $(GO) get -u src.techknowlogick.com/xgo; \
fi
- @echo "Warning: windows version is built using golang 1.14"
CGO_CFLAGS="$(CGO_CFLAGS)" GO111MODULE=off xgo -go $(XGO_VERSION) -buildmode exe -dest $(DIST)/binaries -tags 'netgo osusergo $(TAGS)' -ldflags '-linkmode external -extldflags "-static" $(LDFLAGS)' -targets 'windows/*' -out gitea-$(VERSION) .
ifeq ($(CI),drone)
cp /build/* $(DIST)/binaries