summaryrefslogtreecommitdiff
path: root/rules/library-path.mk
Commit message (Collapse)AuthorAgeFilesLines
* inplace: Don't add empty component to LD_LIBRARY_PATH when it is emptyReid Barton2015-01-121-2/+2
| | | | | | | | | | | | | | | | Summary: Avoids a confusing inconsistency when testing #9386 (about ghci finding .so files in .). Test Plan: validate Reviewers: austin Reviewed By: austin Subscribers: carter, thomie Differential Revision: https://phabricator.haskell.org/D593 GHC Trac Issues: #9386
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
|
* Optimistically assume that LD_LIBRARY_PATH works for all platformsIan Lynagh2013-03-191-3/+3
| | | | | | other than Windows and OS X. It's known to work on Linux and FreeBSD.
* Make it possible to build with only way dynIan Lynagh2012-10-241-0/+21