mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 20:43:40 +00:00
loader, iter, reflect: use build tags for package iter and iter methods on reflect.Value
This commit is contained in:
@@ -261,10 +261,6 @@ func pathsToOverride(goMinor int, needsSyscallPackage bool) map[string]bool {
|
||||
"unique/": false,
|
||||
}
|
||||
|
||||
if goMinor <= 22 {
|
||||
paths["iter]"] = false
|
||||
}
|
||||
|
||||
if goMinor >= 19 {
|
||||
paths["crypto/internal/"] = true
|
||||
paths["crypto/internal/boring/"] = true
|
||||
|
||||
Reference in New Issue
Block a user