diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-13 03:33:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-13 03:33:16 +0100 |
| commit | e271f7ab5ff943f90e1443f72f914aa9332cd034 (patch) | |
| tree | 5b6668c13f0c85801b1763b992d83f91ae0c7b38 | |
| parent | 5f5ddd2a6c3b25619469b63652718c88d5a3f371 (diff) | |
More OS X debugging.
| -rw-r--r-- | src/lib/util.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index b90753103..eebcf89af 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -289,7 +289,8 @@ dcpomatic_setup () boost::filesystem::path lib = app_contents (); lib /= "lib"; std::cout << "adding search dir " << lib.c_str() << "\n"; - lt_dladdsearchdir (lib.c_str ()); +// lt_dladdsearchdir (lib.c_str ()); + setenv ("LTDL_LIBRARY_PATH", lib.c_str (), 1); #endif libdcp::init (); |
