From 0213cd319d1d09fdb8ca7e96428e514f41ea8de7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 Oct 2013 20:31:44 +0100 Subject: [PATCH] Debugging OS X xmlsec. --- src/lib/util.cc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2