Fix build with bazel on OSX

This commit is contained in:
Tatiana Borisova 2017-12-08 15:05:00 +00:00
parent 48fc561289
commit 51c7c4013b
3 changed files with 1 additions and 1 deletions

View File

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