mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
build: fix for freebsd, openbsd
TBR=r CC=golang-dev https://golang.org/cl/5505052
This commit is contained in:
parent
15782bbfaf
commit
a63262b6c0
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ echo; echo; echo %%%% making runtime generated files %%%%; echo
|
|||
(
|
||||
cd "$GOROOT"/src/pkg/runtime
|
||||
./autogen.sh
|
||||
make install # copy runtime.h to pkg directory
|
||||
gomake install # copy runtime.h to pkg directory
|
||||
) || exit 1
|
||||
|
||||
if $USE_GO_TOOL; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue