Commit 2d404c4b authored by Russ Cox's avatar Russ Cox

fix build (observed in wild, not on dashboard)

TBR=r
CC=golang-dev
https://golang.org/cl/4257054
parent e7fa3079
......@@ -111,6 +111,7 @@ dir:
ifdef CGOFILES
_obj/_cgo_run: $(CGOFILES)
@mkdir -p _obj
CGOPKGPATH=$(dir) cgo -- $(CGO_CFLAGS) $(CGOFILES)
touch _obj/_cgo_run
......
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