summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-02-18 23:54:31 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-13 23:19:46 +0100
commit09c8ab5e4cdddc95ef28efa9f39d2c42a8edc6dd (patch)
tree538644ed08628fb6955db6fcf6eefda6cd913933 /run
parent7b48d09b9df654cb24f56de8b95b2952927d8687 (diff)
WIP: Metal backend for macOS.
Diffstat (limited to 'run')
-rwxr-xr-xrun/dcpomatic4
1 files changed, 3 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic
index e415f426c..61deb4a8d 100755
--- a/run/dcpomatic
+++ b/run/dcpomatic
@@ -18,7 +18,9 @@ export LD_LIBRARY_PATH=$DIR/../../../lib:$DIR/../../../lib64:$LD_LIBRARY_PATH
if [ "$1" == "--debug" ]; then
shift
if [[ "$(uname)" == Darwin ]]; then
- /Applications/Xcode.app/Contents/Developer/usr/bin/lldb $binary $*
+ # /Applications/Xcode.app/Contents/Developer/usr/bin/lldb $binary $*
+ /Applications/Xcode/14.3.1/Xcode.app/Contents/Developer/usr/bin/lldb $binary $*
+ # lldb $binary $*
else
gdb --args $binary $*
fi