mirror of
https://github.com/golang/go
synced 2024-11-12 07:40:23 -07:00
nacl: another attempt at fixing build
TBR=r CC=golang-dev https://golang.org/cl/1077041
This commit is contained in:
parent
23bf408d41
commit
e6d0a6c9c1
@ -7,7 +7,7 @@
|
||||
|
||||
export GOARCH=386
|
||||
export GOOS=nacl
|
||||
export GORUN="$GOROOT/misc/nacl/naclrun"
|
||||
export GORUN=${GORUN:-$GOROOT/misc/nacl/naclrun}
|
||||
|
||||
set -e
|
||||
bash make.bash
|
||||
|
Loading…
Reference in New Issue
Block a user