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