diff options
Diffstat (limited to 'src/os/removeall_noat.go')
-rw-r--r-- | src/os/removeall_noat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/removeall_noat.go b/src/os/removeall_noat.go index 40fc80137..4b37b3bab 100644 --- a/src/os/removeall_noat.go +++ b/src/os/removeall_noat.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build !baremetal && !js && !wasip1 && !wasip2 && !wasm_unknown +//go:build !baremetal && !js && !wasip1 && !wasip2 && !wasm_unknown && !nintendoswitch package os |