From: Russ Cox Date: Mon, 3 May 2010 18:12:54 +0000 (-0700) Subject: nacl: another attempt at fixing build X-Git-Tag: weekly.2010-05-04~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e6d0a6c9c159d6a192ae4e599ab07f5c6db93fa5;p=gostls13.git nacl: another attempt at fixing build TBR=r CC=golang-dev https://golang.org/cl/1077041 --- diff --git a/src/all-nacl.bash b/src/all-nacl.bash index 817b911c07..0238c2a3e1 100755 --- a/src/all-nacl.bash +++ b/src/all-nacl.bash @@ -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