mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 12:04:03 +00:00
build: generate files with go:build tags
This commit is contained in:
@@ -17,7 +17,7 @@ var tmpl = template.Must(template.New("go").Funcs(template.FuncMap{
|
||||
return v
|
||||
},
|
||||
"title": strings.Title,
|
||||
}).Parse(`//+build baremetal,!tinygo.wasm
|
||||
}).Parse(`//go:build baremetal && !tinygo.wasm
|
||||
|
||||
// Automatically generated file. DO NOT EDIT.
|
||||
// This file implements standins for non-native atomics using critical sections.
|
||||
|
||||
Reference in New Issue
Block a user