1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-28 13:48:49 +08:00

Revert "Fix build with bazel on OSX"

This reverts commit 51c7c4013b6b2317265bfeee7c21cf2e9872596e.
This commit is contained in:
shirou 2017-12-09 16:50:03 +09:00
parent ab3d3b7f21
commit b8c456e534
3 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
package host
// #cgo LDFLAGS: -framework IOKit
// #include "smc.h"
// #include "include/smc.c"
import "C"
func SensorsTemperatures() ([]TemperatureStat, error) {