Fix build tags for setupFD

This commit is contained in:
Neil Alexander 2023-09-03 13:08:13 +01:00
parent fbc5f62add
commit 12a3a8c73b
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
//go:build !mobile
// +build !mobile
//go:build linux || android
// +build linux android
package tun

View File

@ -1,5 +1,5 @@
//go:build !linux && !darwin && !windows && !openbsd && !freebsd && !mobile
// +build !linux,!darwin,!windows,!openbsd,!freebsd,!mobile
//go:build !linux && !darwin && !ios && !android && !windows && !openbsd && !freebsd && !mobile
// +build !linux,!darwin,!ios,!android,!windows,!openbsd,!freebsd,!mobile
package tun