diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-03 16:41:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-03 16:41:11 +0200 |
| commit | c7ff40196771d7e4dc12bd29ac003612ae6a85e2 (patch) | |
| tree | e274e8b22dfc9b552b0b689a099731626c8c2b7d | |
| parent | 7bfb989594063c7859a022e950c3db34f0a22249 (diff) | |
fixup! fixup! fixup! fixup! Clean up handling of paths relative to the executable.vpath-cleanup
| -rw-r--r-- | src/lib/cross_osx.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc index c2a15d572..574cc8660 100644 --- a/src/lib/cross_osx.cc +++ b/src/lib/cross_osx.cc @@ -221,7 +221,7 @@ start_batch_converter () void -start_player (boost::filesystem::path dcpomatic) +start_player () { start_tool ("dcpomatic2_player", "DCP-o-matic\\ 2\\ Player.app"); } |
