Add missing tags_path() for Windows and macOS.
[dcpomatic.git] / src / lib / cross_windows.cc
index 498078785972b945d3de755393250e2c132aa3d1..cba674fefa730d550cc28af115f2f6dbedcc3a2d 100644 (file)
@@ -206,6 +206,13 @@ xsd_path ()
 }
 
 
+boost::filesystem::path
+tags_path ()
+{
+       return directory_containing_executable().parent_path() / "tags";
+}
+
+
 boost::filesystem::path
 openssl_path ()
 {