]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcarchive: fix path of libgo.a for darwin/arm
authorCherry Zhang <cherryyz@google.com>
Wed, 27 Apr 2016 19:44:22 +0000 (15:44 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Wed, 27 Apr 2016 20:07:12 +0000 (20:07 +0000)
commit78bcdeb6a36a6d45f93c8ff546fa946e5fbec093
tree877aaf237f22cf134bcbb12f2125b61fc5a9ee31
parentb49b71ae192c72faf699edd321ff0637f90e794c
misc/cgo/testcarchive: fix path of libgo.a for darwin/arm

After CL 22461, c-archive build on darwin/arm is by default compiled
with -shared, so update the install path.

Fix build.

Change-Id: Ie93dbd226ed416b834da0234210f4b98bc0e3606
Reviewed-on: https://go-review.googlesource.com/22507
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