mirror of
https://github.com/golang/go
synced 2024-11-14 08:00:22 -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 GOARCH=386
|
||||||
export GOOS=nacl
|
export GOOS=nacl
|
||||||
export GORUN="$GOROOT/misc/nacl/naclrun"
|
export GORUN=${GORUN:-$GOROOT/misc/nacl/naclrun}
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
bash make.bash
|
bash make.bash
|
||||||
|
Loading…
Reference in New Issue
Block a user