summaryrefslogtreecommitdiff
path: root/src/lib/cross_osx.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-14 13:04:16 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-14 13:04:16 +0200
commit4c804a0d92ebd03b70bfc7f736fcaf5f77cb3bb7 (patch)
treeed4d7080771f529980f1dafe48347ee4e2795c37 /src/lib/cross_osx.cc
parentff623a7f045575169820b28a9e1d4ee10ec2fb69 (diff)
Add xsd_path() and use it to fix access to .xsd files on Linux (#1830).
Diffstat (limited to 'src/lib/cross_osx.cc')
-rw-r--r--src/lib/cross_osx.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc
index e91d3df16..412259e6a 100644
--- a/src/lib/cross_osx.cc
+++ b/src/lib/cross_osx.cc
@@ -123,6 +123,13 @@ shared_path ()
}
+boost::filesystem::path
+xsd_path ()
+{
+ return shared_path() / "xsd";
+}
+
+
void
run_ffprobe (boost::filesystem::path content, boost::filesystem::path out)
{