Also use host OS when running go generate

This commit is contained in:
Sergio Padrino 2021-04-28 17:28:13 +02:00 committed by GitHub
parent 4699354362
commit 4b7b27f3c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -196,7 +196,7 @@ mangen : commands/mancontent_gen.go
# 'commands' of Git LFS. It depends upon the contents of the 'docs' directory
# and converts those manpages into code.
commands/mancontent_gen.go : $(wildcard docs/man/*.ronn)
GOARCH= $(GO) generate github.com/git-lfs/git-lfs/commands
GOOS= GOARCH= $(GO) generate github.com/git-lfs/git-lfs/commands
# Targets 'all' and 'build' build binaries of Git LFS for the above release
# matrix.