diff options
Diffstat (limited to 'src/naclmake.bash')
| -rwxr-xr-x | src/naclmake.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/naclmake.bash b/src/naclmake.bash index 046f50aa87..74fd802f41 100755 --- a/src/naclmake.bash +++ b/src/naclmake.bash @@ -45,4 +45,4 @@ gobin=$GOROOT_BOOTSTRAP/bin GOROOT=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ../misc/nacl/testzip.proto syscall/fstest_nacl.go # Run standard build and tests. -GOOS=nacl GOARCH=$naclGOARCH ./make.bash +GOOS=nacl GOARCH=$naclGOARCH ./make.bash "$@" |
