mirror of
https://github.com/golang/go
synced 2024-11-21 23:54:40 -07:00
misc/dist: minimum target requirement is 10.6 for Darwin
As we've dropped support for Mac OS X 10.5, I think the generated .pkg should reflect that decision. But this CL make it impossible to generate pkg on Mac OS X 10.6, at least for me. R=adg, bradfitz CC=golang-dev https://golang.org/cl/5798051
This commit is contained in:
parent
e31fa68a43
commit
0c74d867c5
2
misc/dist/bindist.go
vendored
2
misc/dist/bindist.go
vendored
@ -203,7 +203,7 @@ func (b *Build) Do() error {
|
|||||||
"--id", "com.googlecode.go",
|
"--id", "com.googlecode.go",
|
||||||
"--title", "Go",
|
"--title", "Go",
|
||||||
"--version", "1.0",
|
"--version", "1.0",
|
||||||
"--target", "10.5")
|
"--target", "10.6")
|
||||||
targs = append(targs, targ)
|
targs = append(targs, targ)
|
||||||
case "windows":
|
case "windows":
|
||||||
// Create ZIP file.
|
// Create ZIP file.
|
||||||
|
Loading…
Reference in New Issue
Block a user