Commit e6d0a6c9 authored by Russ Cox's avatar Russ Cox

nacl: another attempt at fixing build

TBR=r
CC=golang-dev
https://golang.org/cl/1077041
parent 23bf408d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment