diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-12 20:31:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-12 20:31:44 +0100 |
| commit | 0213cd319d1d09fdb8ca7e96428e514f41ea8de7 (patch) | |
| tree | 028bc2fbbdfef2b56313473815543ceadc058a93 /src/lib/util.cc | |
| parent | 47fdbbdb51fd7fd3e0e8818422f11f9df4d4fa73 (diff) | |
Debugging OS X xmlsec.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index c332790a6..554631464 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -288,6 +288,7 @@ dcpomatic_setup () */ boost::filesystem::path lib = app_contents (); lib /= "lib"; + cout << "adding search dir " << lib.c_str() << "\n"; lt_dladdsearchdir (lib.c_str ()); #endif |
