Only compile the sensors plugin if the 'sensors' tag is set
This commit is contained in:
parent
963a9429dd
commit
50334e6bac
|
@ -1,4 +1,4 @@
|
|||
// +build linux
|
||||
// +build linux,sensors
|
||||
|
||||
package sensors
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
// +build !linux !sensors
|
||||
|
||||
package sensors
|
|
@ -1,3 +0,0 @@
|
|||
// +build !linux
|
||||
|
||||
package sensors
|
Loading…
Reference in New Issue