diff options
Diffstat (limited to 'src/os/exec_other.go')
-rw-r--r-- | src/os/exec_other.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/exec_other.go b/src/os/exec_other.go index 5494f0896..b05e2830d 100644 --- a/src/os/exec_other.go +++ b/src/os/exec_other.go @@ -1,4 +1,4 @@ -//go:build (!aix && !android && !freebsd && !linux && !netbsd && !openbsd && !plan9 && !solaris) || baremetal || tinygo.wasm +//go:build (!aix && !android && !freebsd && !linux && !netbsd && !openbsd && !plan9 && !solaris) || baremetal || tinygo.wasm || nintendoswitch package os |