From: Carl Hetherington Date: Fri, 11 Dec 2015 14:28:09 +0000 (+0000) Subject: Fix OS X build again. X-Git-Tag: v2.6.7~2 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=892afb6f591d0b79073ee0fee7d2c72a7674b51d;hp=cae6fe1be05b9b8174f586b561029c5a40fb1c31 Fix OS X build again. --- 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