diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/cross_osx.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc index ff40ffb70..d9355e161 100644 --- a/src/lib/cross_osx.cc +++ b/src/lib/cross_osx.cc @@ -104,7 +104,7 @@ cpu_info () boost::filesystem::path directory_containing_executable () { - return boost::dll::program_location().parent_path(); + return boost::filesystem::canonical(boost::dll::program_location()).parent_path(); } |
