Commit 0c74d867 authored by Shenghou Ma's avatar Shenghou Ma Committed by Andrew Gerrand

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
parent e31fa68a
......@@ -203,7 +203,7 @@ func (b *Build) Do() error {
"--id", "com.googlecode.go",
"--title", "Go",
"--version", "1.0",
"--target", "10.5")
"--target", "10.6")
targs = append(targs, targ)
case "windows":
// Create ZIP file.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment