mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
fix: add build tags to ensure that tkey target has stubs for runtime/interrupt package
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:build !baremetal
|
||||
//go:build !baremetal || tkey
|
||||
|
||||
package interrupt
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build tinygo.riscv
|
||||
//go:build tinygo.riscv && !tkey
|
||||
|
||||
package interrupt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user