From cf3a029007be67952fb5e64b531bf128f35d89c5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 3 Jun 2020 12:37:35 +0200 Subject: fixup! Clean up handling of paths relative to the executable. --- src/lib/cross_windows.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.2.3