mirror of
https://github.com/golang/go
synced 2024-11-22 00:14:42 -07:00
Make.pkg: use installed runtime.h for cgo
Fixes #1381. R=r, r2 CC=golang-dev https://golang.org/cl/3775050
This commit is contained in:
parent
db89e19d26
commit
c1fbe589a9
@ -157,7 +157,7 @@ _CGO_LDFLAGS_darwin=-dynamiclib -Wl,-undefined,dynamic_lookup
|
|||||||
_CGO_LDFLAGS_windows=-shared -lm -mthreads
|
_CGO_LDFLAGS_windows=-shared -lm -mthreads
|
||||||
|
|
||||||
# Have to compile the runtime header.
|
# Have to compile the runtime header.
|
||||||
RUNTIME_CFLAGS=-I"$(GOROOT)/src/pkg/runtime"
|
RUNTIME_CFLAGS=-I"$(pkgdir)"
|
||||||
|
|
||||||
# Compile _cgo_defun.c with 6c; needs access to the runtime headers.
|
# Compile _cgo_defun.c with 6c; needs access to the runtime headers.
|
||||||
_cgo_defun.$O: _cgo_defun.c
|
_cgo_defun.$O: _cgo_defun.c
|
||||||
|
Loading…
Reference in New Issue
Block a user