Skip to content

Commit

Permalink
remove outdated notice in makefile (go-gitea#14720)
Browse files Browse the repository at this point in the history
Co-authored-by: 6543 <[email protected]>
  • Loading branch information
techknowlogick and 6543 authored Feb 18, 2021
1 parent 4c82485 commit ce03464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce03464

Please sign in to comment.