aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/stat_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/stat_other.go')
-rw-r--r--src/os/stat_other.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/stat_other.go b/src/os/stat_other.go
index 234c59db2..59331bc51 100644
--- a/src/os/stat_other.go
+++ b/src/os/stat_other.go
@@ -1,4 +1,4 @@
-//go:build baremetal || (tinygo.wasm && !wasip1 && !wasip2)
+//go:build baremetal || (tinygo.wasm && !wasip1 && !wasip2) || nintendoswitch
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style