From cfef8499db2ddb5ba6f54b83e2b68c129745e00a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 27 Sep 2020 20:06:57 +0200 Subject: Add missing tags_path() for Windows and macOS. --- src/lib/cross_windows.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/lib/cross_windows.cc') diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc index 498078785..cba674fef 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -206,6 +206,13 @@ xsd_path () } +boost::filesystem::path +tags_path () +{ + return directory_containing_executable().parent_path() / "tags"; +} + + boost::filesystem::path openssl_path () { -- cgit v1.2.3