From: Ryan S. <rya...@us...> - 2008-08-02 23:43:05
|
On Aug 2, 2008, at 07:42, Albert Graef wrote: > Right, LD_LIBRARY_PATH is used in the Makefile right now for > exactly the > same reason under Linux. I should be able to patch this up as well so > that DYLD_LIBRARY_PATH gets used on OSX instead. That would be great! > Is DYLD_LIBRARY_PATH=. sufficient for that purpose, or does > DYLD_LIBRARY_PATH require an absolute path? Looks like "DYLD_LIBRARY_PATH=." is fine! I never thought about trying that. |