From: Carl Hetherington Date: Fri, 11 Dec 2015 14:16:39 +0000 (+0000) Subject: Fix build on OS X. X-Git-Tag: v2.6.7~3 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=cae6fe1be05b9b8174f586b561029c5a40fb1c31;hp=656093831c91e760769c570125d2737ff69ba1c9 Fix build on OS X. --- diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 6398e3676..2e9d54d41 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -362,7 +362,7 @@ start_batch_converter (boost::filesystem::path dcpomatic) #endif #ifdef DCPOMATIC_OSX - boost::filesystem::patch batch = dcpomatic.parent_path (); + boost::filesystem::path batch = dcpomatic.parent_path (); batch = batch.parent_path (); // MacOS batch = batch.parent_path (); // Contents batch = batch.parent_path (); // DCP-o-matic.app