[Go] Use -I ../../.. instead of -I $(pwd) to see if this helps with
Travis. (Travis is reporting failures that I can not recreate.)
This commit is contained in:
parent
a6a9a89524
commit
b1311b0d88
1 changed files with 2 additions and 2 deletions
|
|
@ -1836,7 +1836,7 @@ go: $(SRCDIR_SRCS)
|
|||
cp $(GOSRCS) $(GOPATHDIR)/
|
||||
GOPATH=`pwd`/gopath; \
|
||||
export GOPATH; \
|
||||
CGO_CPPFLAGS="$(CPPFLAGS) $(INCLUDES) -I `pwd`"; \
|
||||
CGO_CPPFLAGS="$(CPPFLAGS) $(INCLUDES) -I ../../.."; \
|
||||
export CGO_CPPFLAGS; \
|
||||
CGO_CFLAGS="$(CFLAGS)"; \
|
||||
export CGO_CFLAGS; \
|
||||
|
|
@ -1931,7 +1931,7 @@ go_cpp: $(SRCDIR_SRCS)
|
|||
cp $(GOSRCS) $(GOPATHDIR)/
|
||||
GOPATH=`pwd`/gopath; \
|
||||
export GOPATH; \
|
||||
CGO_CPPFLAGS="$(CPPFLAGS) $(INCLUDES) -I `pwd`"; \
|
||||
CGO_CPPFLAGS="$(CPPFLAGS) $(INCLUDES) -I ../../.."; \
|
||||
export CGO_CPPFLAGS; \
|
||||
CGO_CFLAGS="$(CFLAGS)"; \
|
||||
export CGO_CFLAGS; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue