mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: disable ble module for BSD (fixes #1115)
This commit is contained in:
parent
7636ca2808
commit
69744e6b63
6 changed files with 12 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
//go:build !windows
|
||||
// +build !windows
|
||||
//go:build !windows && !freebsd && !openbsd && !netbsd
|
||||
// +build !windows,!freebsd,!openbsd,!netbsd
|
||||
|
||||
package ble
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue