go-1.7.6
This commit is contained in:
@@ -16,12 +16,12 @@ def build():
|
||||
shelltools.export("go_platform","linux-amd64")
|
||||
shelltools.export("go_linker","/lib/ld-linux-x86-64.so.2")
|
||||
|
||||
shelltools.export("GOROOT", "%s/go-go1.7.5" % get.workDIR()) #0
|
||||
shelltools.export("GOROOT", "%s/go-go1.7.6" % get.workDIR()) #0
|
||||
|
||||
shelltools.export("GOBIN", "$GOROOT/bin") #1
|
||||
shelltools.export("GOPATH", "%s" % get.workDIR())
|
||||
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
|
||||
shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.7.5/go-linux-amd64-bootstrap" % get.workDIR()) #2
|
||||
shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.7.6/go-linux-amd64-bootstrap" % get.workDIR()) #2
|
||||
|
||||
shelltools.export("GOOS","linux")
|
||||
shelltools.export("GOARCH","amd64")
|
||||
|
||||
Reference in New Issue
Block a user