Skip to content

Commit

Permalink
Make macOS binary match uname output
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Olenik committed Oct 25, 2017
1 parent 2695848 commit ffe3695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ get:
$$GOPATH/bin/dep ensure

build: get
GOOS=darwin GOARCH=amd64 go build -i -ldflags="${LDFLAGS}" -o dist/hclq-macos-amd64
GOOS=darwin GOARCH=amd64 go build -i -ldflags="${LDFLAGS}" -o dist/hclq-darwin-amd64
GOOS=linux GOARCH=amd64 go build -i -ldflags="${LDFLAGS}" -o dist/hclq-linux-amd64
GOOS=windows GOARCH=amd64 go build -i -ldflags="${LDFLAGS}" -o dist/hclq-windows-amd64

Expand Down

0 comments on commit ffe3695

Please sign in to comment.