diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-03 12:37:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-03 12:37:35 +0200 |
| commit | cf3a029007be67952fb5e64b531bf128f35d89c5 (patch) | |
| tree | 7962d35aa80e866a28a8ae1f66eecf975906c2c9 /src | |
| parent | 9d74393bf2f0d513a4e7675d4a936cb695e2fd2b (diff) | |
fixup! Clean up handling of paths relative to the executable.path-cleanup
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/cross_windows.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc index f91fe70bb..d732e9fe5 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -185,7 +185,7 @@ mount_info () } -static boost::filesystem::path +boost::filesystem::path directory_containing_executable () { return boost::dll::program_location().parent_path(); |
