Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PkgconfigCmd (0.1 sec)

  1. src/cmd/go/internal/work/exec.go

    	}
    	fmt.Fprintf(&icfg, "modinfo %q\n", modload.ModInfoData(info))
    	return b.Shell(a).writeFile(file, icfg.Bytes())
    }
    
    // PkgconfigCmd returns a pkg-config binary name
    // defaultPkgConfig is defined in zdefaultcc.go, written by cmd/dist.
    func (b *Builder) PkgconfigCmd() string {
    	return envList("PKG_CONFIG", cfg.DefaultPkgConfig)[0]
    }
    
    // splitPkgConfigOutput parses the pkg-config output into a slice of flags.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top