blob: 28761b7c61a65515a2bba78fc7bdedb9e99c3af1 [file] [log] [blame]
// Code generated by go tool dist; DO NOT EDIT.
package cfg
const DefaultPkgConfig = `pkg-config`
func DefaultCC(goos, goarch string) string {
switch goos+`/`+goarch {
}
return "clang"
}
func DefaultCXX(goos, goarch string) string {
switch goos+`/`+goarch {
}
return "clang++"
}