Add -dylib-install-name option to GHC so the install name can be set for dynamic...
authorStephen Blackheath <oversensitive.pastors.stephen@blacksapphire.com>
Wed, 30 Sep 2009 22:37:08 +0000 (22:37 +0000)
committerStephen Blackheath <oversensitive.pastors.stephen@blacksapphire.com>
Wed, 30 Sep 2009 22:37:08 +0000 (22:37 +0000)
commit80cabc9a332eaf58ab5ed3d5340d7881df9d5399
tree5defd6aa8dad4303aa5dc54098854ec58a960e92
parent40d0595755c28294233dde78874f49a9b4d91e9a
Add -dylib-install-name option to GHC so the install name can be set for dynamic libs on Mac OS/X.
compiler/main/DriverPipeline.hs
compiler/main/DynFlags.hs