Update run/dcpomatic script for OS X.
authorCarl Hetherington <cth@carlh.net>
Sat, 9 Feb 2019 00:17:21 +0000 (00:17 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 9 Feb 2019 00:17:21 +0000 (00:17 +0000)
run/dcpomatic

index fcc0e2539814001784d6130b7d9f08cf829276bb..ef695eb3f12714d51b15017dc5b9df9e4351f2ea 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH
-export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/carl/Environment/64/lib
+export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/carl/Environments/dcpomatic/64/lib
 if [ "$1" == "--debug" ]; then
     shift
     gdb --args build/src/tools/dcpomatic2 $*