diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-11 14:28:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-11 14:28:09 +0000 |
| commit | 892afb6f591d0b79073ee0fee7d2c72a7674b51d (patch) | |
| tree | 4e13833abcaa956a6a8785b8a14c72c726592dec /src/lib | |
| parent | cae6fe1be05b9b8174f586b561029c5a40fb1c31 (diff) | |
Fix OS X build again.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/cross.cc | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
