Debug to check boost::dll.
[dcpomatic.git] / src / lib / cross_osx.cc
index edc81fb594378b942fa02244ade90a7d9f86dc85..181b8c74fa4083fa51f037f3f3dffb402d13234d 100644 (file)
@@ -90,6 +90,7 @@ cpu_info ()
 boost::filesystem::path
 app_contents ()
 {
+       std::cout << "program_location=" << boost::dll::program_location() << "\n";
        return boost::dll::program_location().parent_path().parent_path();
 }