Files
tinygo/goenv/tools-builtin.go
Ayke van Laethem d801d0cd53 builder: refactor clang include headers
Set -resource-dir in a central place instead of passing the header path
around everywhere and adding it using the `-I` flag. I believe this is
closer to how Clang is intended to be used.

This change was inspired by my attempt to add a Nix flake file to
TinyGo.
2023-10-14 11:35:26 +02:00

8 lines
75 B
Go

//go:build byollvm
package goenv
func init() {
hasBuiltinTools = true
}