fix: disable ble module for BSD (fixes #1115)

This commit is contained in:
Simone Margaritelli 2024-08-09 18:56:41 +02:00
commit 69744e6b63
6 changed files with 12 additions and 11 deletions

View file

@ -1,5 +1,5 @@
//go:build !windows
// +build !windows
//go:build !windows && !freebsd && !openbsd && !netbsd
// +build !windows,!freebsd,!openbsd,!netbsd
package ble