From 4c804a0d92ebd03b70bfc7f736fcaf5f77cb3bb7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Sep 2020 13:04:16 +0200 Subject: Add xsd_path() and use it to fix access to .xsd files on Linux (#1830). --- 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 337750dcb..272467bd3 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -199,6 +199,13 @@ shared_path () } +boost::filesystem::path +xsd_path () +{ + return directory_containing_executable().parent_path() / "xsd"; +} + + boost::filesystem::path openssl_path () { -- cgit v1.2.3