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
@@ -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 linux && !baremetal && !tinygo.wasm
//go:build linux && !baremetal && !tinygo.wasm && !nintendoswitch
package os