Revert "Fix build with bazel on OSX"

This reverts commit 51c7c4013b.
pull/468/head
shirou 8 years ago
parent ab3d3b7f21
commit b8c456e534

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

Loading…
Cancel
Save