Skip to content

Commit

Permalink
Merge pull request #720 from derekmarcotte/dm-ppc64le
Browse files Browse the repository at this point in the history
Added linux,ppc64le as valid build target.
  • Loading branch information
lox committed Apr 4, 2018
2 parents 204d868 + f89357b commit a758694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proctitle/proctitle.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build linux,386 linux,arm linux,arm64 linux,amd64,!cgo darwin windows freebsd openbsd dragonfly
// +build linux,386 linux,arm linux,arm64 linux,amd64,!cgo linux,ppc64le darwin windows freebsd openbsd dragonfly

package proctitle

Expand Down

0 comments on commit a758694

Please sign in to comment.