mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
fix: allow nintendoswitch target to compile
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user