diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-01 20:57:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-01 20:57:12 +0200 |
| commit | b6b8acc1a8f8111df900fb74cc80740e45b805bf (patch) | |
| tree | 90eb2e766b19565d8ee88fd87ee0ad56d05d2a7c | |
| parent | dae4498a5b38fe4586da77e31dd7998978f5552f (diff) | |
Debug to check boost::dll.
| -rw-r--r-- | src/lib/cross_osx.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc index edc81fb59..181b8c74f 100644 --- a/src/lib/cross_osx.cc +++ b/src/lib/cross_osx.cc @@ -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(); } |
