mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cgo: make file path work for windows
R=golang-dev, mattn.jp, adg CC=golang-dev https://golang.org/cl/4634043
This commit is contained in:
parent
380e5a3709
commit
c562fbc44e
4 changed files with 14 additions and 10 deletions
|
|
@ -697,7 +697,7 @@ func (p *Package) gccMachine() []string {
|
|||
return nil
|
||||
}
|
||||
|
||||
const gccTmp = "_obj/_cgo_.o"
|
||||
var gccTmp = objDir + "_cgo_.o"
|
||||
|
||||
// gccCmd returns the gcc command line to use for compiling
|
||||
// the input.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue