Commit a63262b6 authored by Russ Cox's avatar Russ Cox

build: fix for freebsd, openbsd

TBR=r
CC=golang-dev
https://golang.org/cl/5505052
parent 15782bbf
......@@ -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
......
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