Searched refs:goos (Results 1 – 9 of 9) sorted by relevance
28 goos=$230 if [ "$goos" == "windows" ]; then suffix=".exe"; else suffix=""; fi35 …CGO_ENABLED=0 GOARCH=$goarch GOOS=$goos go build -o ${1}/${td}${suffix} ${task_drivers_dir}/${td}/…
45 func defaultObjFileFormat(goos string) string {46 switch goos {
971 func (b *jobBuilder) buildTaskDrivers(goos, goarch string) string { argument972 name := BUILD_TASK_DRIVERS_PREFIX + "_" + goos + "_" + goarch977 goos,1586 goos := "linux"1588 goos = "windows"1591 goos = "darwin"1597 b.dep(b.buildTaskDrivers(goos, "amd64"), b.compile())
24 goos, goarch string335 if goos == runtime.GOOS && goarch == runtime.GOARCH {338 path, err := exec.LookPath(fmt.Sprintf("go_%s_%s_exec", goos, goarch))
19 goos, goarch string260 if goos == runtime.GOOS && goarch == runtime.GOARCH {
250 if goos == runtime.GOOS && goarch == runtime.GOARCH {
81558 goos guz
68776 goos %36099 guz