Add missing tags_path() for Windows and macOS.
[dcpomatic.git] / src / lib / cross_osx.cc
index ef193b640aa202a0288c7e5ea800934bf50228c1..a4888d114212dae02892ac1edfd09ca84f8bf415 100644 (file)
@@ -130,6 +130,13 @@ xsd_path ()
 }
 
 
+boost::filesystem::path
+tags_path ()
+{
+       return resources_path() / "tags";
+}
+
+
 void
 run_ffprobe (boost::filesystem::path content, boost::filesystem::path out)
 {