Searched refs:compilerEnv (Results 1 – 1 of 1) sorted by relevance
224 defaultcc = compilerEnv("CC", "")225 defaultcxx = compilerEnv("CXX", "")293 func compilerEnv(envName, def string) map[string]string { func