mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
fix build:
install runtime lib in correct location. fix one bad type definition in defs.h. clear out $GOROOT/lib in clean.bash. TBR=r OCL=26691 CL=26691
This commit is contained in:
parent
80f4ab47ee
commit
85e014a27e
4 changed files with 7 additions and 5 deletions
|
|
@ -4,6 +4,7 @@
|
|||
# license that can be found in the LICENSE file.
|
||||
|
||||
rm -f $GOROOT/pkg/*.[6a]
|
||||
rm -f $GOROOT/lib/*.[6a]
|
||||
for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib
|
||||
do
|
||||
cd $i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue