]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dist: minimum target requirement is 10.6 for Darwin
authorShenghou Ma <minux.ma@gmail.com>
Mon, 12 Mar 2012 02:20:25 +0000 (13:20 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 12 Mar 2012 02:20:25 +0000 (13:20 +1100)
     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

misc/dist/bindist.go

index aa73f2f20778cf52f60c7fb3eb57e0b85db50e85..841aacaddf4a3502a9bb958f81fb3978097c5790 100644 (file)
@@ -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.