Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ccArgs (0.09 sec)

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

    	p := a.Package
    	sh := b.Shell(a)
    	if pcargs := p.CgoPkgConfig; len(pcargs) > 0 {
    		// pkg-config permits arguments to appear anywhere in
    		// the command line. Move them all to the front, before --.
    		var pcflags []string
    		var pkgs []string
    		for _, pcarg := range pcargs {
    			if pcarg == "--" {
    				// We're going to add our own "--" argument.
    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