fix: allow nintendoswitch target to compile

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2024-12-02 13:48:52 +01:00
committed by Ron Evans
parent 4aac3cd7b1
commit 3eee686932
21 changed files with 41 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build baremetal || tinygo.wasm
//go:build baremetal || tinygo.wasm || nintendoswitch
// This file emulates some process-related functions that are only available
// under a real operating system.
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build !baremetal && !tinygo.wasm
//go:build !baremetal && !tinygo.wasm && !nintendoswitch
// This file assumes there is a libc available that runs on a real operating
// system.