Fix build with bazel on OSX
This commit is contained in:
parent
48fc561289
commit
51c7c4013b
|
@ -4,7 +4,7 @@
|
|||
package host
|
||||
|
||||
// #cgo LDFLAGS: -framework IOKit
|
||||
// #include "include/smc.c"
|
||||
// #include "smc.h"
|
||||
import "C"
|
||||
|
||||
func SensorsTemperatures() ([]TemperatureStat, error) {
|
||||
|
|
Loading…
Reference in New Issue