summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun/dcpomatic2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic
index 9c5fc5438..7de6f0291 100755
--- a/run/dcpomatic
+++ b/run/dcpomatic
@@ -21,5 +21,5 @@ elif [ "$1" == "--perf" ]; then
shift
perf record build/src/tools/dcpomatic2 $*
else
- build/src/tools/dcpomatic2 $*
+ ldd build/src/tools/dcpomatic2 $*
fi