1
0
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:
Russ Cox 2010-05-03 11:12:54 -07:00
parent 23bf408d41
commit e6d0a6c9c1

View File

@ -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