aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/exec_other.go
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2024-12-02 13:48:52 +0100
committerRon Evans <[email protected]>2024-12-04 15:53:49 +0100
commit3eee686932d9b04534ea83bdbed7a7faf6f6b910 (patch)
tree84b8bf1b800158be569a62dfc5b19a795af2c804 /src/os/exec_other.go
parent4aac3cd7b1ca59e339fcb0953e7641b8aac27cd2 (diff)
downloadtinygo-3eee686932d9b04534ea83bdbed7a7faf6f6b910.tar.gz
tinygo-3eee686932d9b04534ea83bdbed7a7faf6f6b910.zip
fix: allow nintendoswitch target to compile
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'src/os/exec_other.go')
-rw-r--r--src/os/exec_other.go2
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