diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-02-17 21:48:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 21:48:12 -0500 |
commit | ce0346448ff6c8e92f794e7b724f3d4333412a9b (patch) | |
tree | fb912ff72e2a673f7dc84b3d1b6ea78fe0fb8734 /Makefile | |
parent | 4c82485424adb0fcf72cf9cde74596a7f0f54ada (diff) | |
download | gitea-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |