Add missing tags_path() for Windows and macOS.
[dcpomatic.git] / src / lib / cross_osx.cc
index e91d3df16c4a6e982bcd871aee39d3b2de77ed1e..a4888d114212dae02892ac1edfd09ca84f8bf415 100644 (file)
@@ -117,12 +117,26 @@ directory_containing_executable ()
 
 
 boost::filesystem::path
-shared_path ()
+resources_path ()
 {
        return directory_containing_executable().parent_path() / "Resources";
 }
 
 
+boost::filesystem::path
+xsd_path ()
+{
+       return resources_path() / "xsd";
+}
+
+
+boost::filesystem::path
+tags_path ()
+{
+       return resources_path() / "tags";
+}
+
+
 void
 run_ffprobe (boost::filesystem::path content, boost::filesystem::path out)
 {