diff options
Diffstat (limited to 'src/os/file_other.go')
-rw-r--r-- | src/os/file_other.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/file_other.go b/src/os/file_other.go index 82552c1a8..d359b0fb6 100644 --- a/src/os/file_other.go +++ b/src/os/file_other.go @@ -1,4 +1,4 @@ -//go:build baremetal || (tinygo.wasm && !wasip1) +//go:build baremetal || (tinygo.wasm && !wasip1 && !wasip2) package os |