Fix OS X build again.
authorCarl Hetherington <cth@carlh.net>
Fri, 11 Dec 2015 14:28:09 +0000 (14:28 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 11 Dec 2015 14:28:09 +0000 (14:28 +0000)
src/lib/cross.cc

index 2e9d54d41aea7b70697b4247b9b3d2dfd6fb3d88..91ce917519f2486546144f4a4288a1a6f532a83a 100644 (file)
@@ -367,7 +367,10 @@ start_batch_converter (boost::filesystem::path dcpomatic)
        batch = batch.parent_path (); // Contents
        batch = batch.parent_path (); // DCP-o-matic.app
        batch = batch.parent_path (); // Applications
-       batch /= "DCP-o-matic 2 Batch Converter.app" / "Contents" / "MacOS" / "dcpomatic2_batch";
+       batch /= "DCP-o-matic 2 Batch Converter.app";
+       batch /= "Contents";
+       batch /= "MacOS";
+       batch /= "dcpomatic2_batch";
 #endif
 
 #ifdef DCPOMATIC_LINUX