Subject: Re: [Boost-build] Building boost shared libraries with their paths embedded?
From: Bruce Stephens (bruce.r.stephens_at_[hidden])
Date: 2012-05-13 12:29:57


On Sun, May 13, 2012 at 5:19 PM, Rene Rivera <grafikrobot_at_[hidden]> wrote:

> For OSX the usual solution is what Volodya says.. To tweak the path during
> the final install process. I don't remember the command involved.. But IIRC
> it's an OSX built-in command.

The unusually logically named install_name_tool(1), by the looks of it.