]> Cypherpunks repositories - gostls13.git/commitdiff
nacl: another attempt at fixing build
authorRuss Cox <rsc@golang.org>
Mon, 3 May 2010 18:12:54 +0000 (11:12 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 3 May 2010 18:12:54 +0000 (11:12 -0700)
TBR=r
CC=golang-dev
https://golang.org/cl/1077041

src/all-nacl.bash

index 817b911c07725629ecf931fd97e860b4a9f57c06..0238c2a3e1d1d5753dc648a946b09bd225a7cf66 100755 (executable)
@@ -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