OSDN Git Service

Set install name with absolute path for Mac host shared libraries.
authorYing Wang <wangying@google.com>
Wed, 1 Feb 2012 05:04:25 +0000 (21:04 -0800)
committerYing Wang <wangying@google.com>
Wed, 1 Feb 2012 05:04:25 +0000 (21:04 -0800)
commitb4c2a6404089805ca2bae0c82677115c240cbdd6
tree7e80c1227baf47677de91c4678f325d5c2add4ad
parent324b3a8bc5720f1d030b94fbe05b4034af1c7b0e
Set install name with absolute path for Mac host shared libraries.

Before this change, path of the install name is relative to the top dir.
That means you can execute dynamically-linked binaries only in the top dir.
With this change, you can execute dynamically-linked binaries anywhere.

Change-Id: I1c6441579ffb68505ea678296aceb2e66a6df1be
core/combo/HOST_darwin-x86.mk