Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
goenv: re-add support for Clang headers on darwin
When TinyGo is installed using `go install` or `go build`, it uses the Clang resource directory from the host. This works for Linux, but doesn't work anymore on macOS with a recent change I made. This re-adds support for Darwin in that case (with much, much simpler code than there used to be).
- Loading branch information