Merge pull request #467 from improbable-io/bugfix-darwin-build

Fix build with bazel on OSX
This commit is contained in:
shirou 2017-12-09 14:40:04 +09:00 committed by GitHub
commit ab3d3b7f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {