diff options
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index 7de6f0291..9c5fc5438 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -21,5 +21,5 @@ elif [ "$1" == "--perf" ]; then shift perf record build/src/tools/dcpomatic2 $* else - ldd build/src/tools/dcpomatic2 $* + build/src/tools/dcpomatic2 $* fi |
