github.com/octohelm/cuemod@v0.9.4/internal/cmd/go/internals/cfg/zdefaultcc.go (about)

     1  // Code generated by go tool dist; DO NOT EDIT.
     2  
     3  package cfg
     4  
     5  const DefaultPkgConfig = `pkg-config`
     6  
     7  func DefaultCC(goos, goarch string) string {
     8  	switch goos + `/` + goarch {
     9  	}
    10  	return "cc"
    11  }
    12  func DefaultCXX(goos, goarch string) string {
    13  	switch goos + `/` + goarch {
    14  	}
    15  	return "c++"
    16  }