diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-18 23:54:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-13 23:19:46 +0100 |
| commit | 09c8ab5e4cdddc95ef28efa9f39d2c42a8edc6dd (patch) | |
| tree | 538644ed08628fb6955db6fcf6eefda6cd913933 /run | |
| parent | 7b48d09b9df654cb24f56de8b95b2952927d8687 (diff) | |
WIP: Metal backend for macOS.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic | 4 |
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 |
