OSX path tweak.
authorCarl Hetherington <cth@carlh.net>
Mon, 22 Jul 2019 14:22:38 +0000 (15:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 22 Jul 2019 14:22:38 +0000 (15:22 +0100)
run/dcpomatic_ecinema

index ddb75157f51321997def9110975a2d374b8c1fd2..3c739c079043b25f58b28aa86bc4f7c2ef9b7e54 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 export LD_LIBRARY_PATH=build/src/lib:build/src/wx:/home/c.hetherington/lib:$LD_LIBRARY_PATH
-export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:/carl/Environment/64/lib
+export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:/Users/c.hetherington/osx-environment/64/lib
 if [ "$1" == "--debug" ]; then
     shift
     gdb --args build/src/tools/dcpomatic2_ecinema $*