mirror of https://github.com/shirou/gopsutil
Merge pull request #470 from improbable-io/bug-darwin-build-2
Fix build with bazel on OSX attempt 2 (add stub for host_cgo.go)tags/v2.18.01
commit
bb09b4e7d9
@ -0,0 +1,5 @@
|
||||
// +build cgo
|
||||
|
||||
package host
|
||||
|
||||
import "C"
|
Loading…
Reference in New Issue