chore: add no_fake_tcp complie option

This commit is contained in:
Skyxim
2023-03-29 13:35:29 +08:00
parent c3ed06e99d
commit c6873c5c04
5 changed files with 9 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
//go:build linux
//go:build linux && !no_fake_tcp
// +build linux
package faketcp

View File

@@ -1,4 +1,4 @@
//go:build !linux
//go:build !linux || no_fake_tcp
// +build !linux
package faketcp