]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcarchive: fix C include path for darwin/arm
authorCherry Zhang <cherryyz@google.com>
Wed, 27 Apr 2016 22:03:49 +0000 (18:03 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 29 Apr 2016 12:21:27 +0000 (12:21 +0000)
commit94e523cb522959f10b345bf27a32bf087c094108
tree55d5353bbfae81ead4c07d42b625011c16faba09
parentd8b7bd6a1f89df1fbcf43fcaee72a94e291dcdb1
misc/cgo/testcarchive: fix C include path for darwin/arm

After CL 22461, c-archive build on darwin/arm is by default compiled
with -shared and installed in pkg/darwin_arm_shared.

Fix build (2nd time...)

Change-Id: Ia2bb09bb6e1ebc9bc74f7570dd80c81d05eaf744
Reviewed-on: https://go-review.googlesource.com/22534
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
misc/cgo/testcarchive/carchive_test.go