diff options
| author | Russ Cox <rsc@golang.org> | 2010-12-08 14:36:45 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-12-08 14:36:45 -0500 |
| commit | 5a8f2ba727e57720a67df24a7290942b1f556ece (patch) | |
| tree | 191343cb628f238a81328702747a07b3c6796a79 /src/make.bash | |
| parent | 98b2d7062e64bd68973d104500d3a21880b23789 (diff) | |
| download | go-5a8f2ba727e57720a67df24a7290942b1f556ece.tar.xz | |
fix build: more libcgo references
R=r
CC=golang-dev
https://golang.org/cl/3448043
Diffstat (limited to 'src/make.bash')
| -rwxr-xr-x | src/make.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash index 11fa99ba4c..2bfc048530 100755 --- a/src/make.bash +++ b/src/make.bash @@ -62,7 +62,7 @@ bash "$GOROOT"/src/clean.bash for i in lib9 libbio libmach cmd pkg do case "$i-$GOOS-$GOARCH" in - libcgo-nacl-* | cmd/*-nacl-* | libcgo-linux-arm) + cmd/*-nacl-*) ;; *) # The ( ) here are to preserve the current directory |
