Debug to check boost::dll.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Apr 2020 18:57:12 +0000 (20:57 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Apr 2020 18:57:12 +0000 (20:57 +0200)
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();
 }