Fix compilation on OS X

As OS X doesn't have it's own interrupts provider, don't build
interrupts_common on OS X as well. Otherwise build fails, because
interrupts_common depends on variables provided by platform-specific
files.

Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
This commit is contained in:
Pavel Borzenkov 2015-11-12 18:14:33 +03:00
parent 7eb7917eea
commit d1789be33e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
// limitations under the License.
// +build !nointerrupts
// +build !darwin
package collector