mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
all: move stm32 files to separate repository
This commit is contained in:
committed by
Ron Evans
parent
47a622a903
commit
644356c220
@@ -241,6 +241,8 @@ func pathsToOverride(needsSyscallPackage bool) map[string]bool {
|
||||
"runtime/": false,
|
||||
"sync/": true,
|
||||
"testing/": true,
|
||||
"vendor/": true,
|
||||
"vendor/tinygo.org/": false,
|
||||
}
|
||||
if needsSyscallPackage {
|
||||
paths["syscall/"] = true // include syscall/js
|
||||
|
||||
Reference in New Issue
Block a user