From 892afb6f591d0b79073ee0fee7d2c72a7674b51d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 11 Dec 2015 14:28:09 +0000 Subject: [PATCH] Fix OS X build again. --- src/lib/cross.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 2e9d54d41..91ce91751 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -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 -- 2.30.2