diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-22 13:33:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-22 13:33:29 -0400 |
commit | 032c802d45c7872f704de1faf0733740b256444d (patch) | |
tree | e35c61900c3d4d3b5cb746d50aa69e42e099ae71 /Command/Merge.hs | |
parent | 3f2a065f9079fe9c7e62e6d039475698a8dac675 (diff) |
handle rpath in OSXMkLibs
Now oberon has some binaries and libraries that use rpath, so I had to put
in this ugly hack to replace the @rapth/lib with the lib in the app.
This was particularly tricky for libraries that use @rpath because I could
not find a way to extract the rpath from the library. (Only from the
executable, by running it.. ugh!) The hack I put in place may fail if
multiple different libraries use rpath to refer to other libraries,
and the "@rpath/lib" string is the same, but actually refers to different
files.
Diffstat (limited to 'Command/Merge.hs')
0 files changed, 0 insertions, 0 deletions