Fix environment path for player script.
authorCarl Hetherington <cth@carlh.net>
Tue, 8 Jun 2021 22:12:28 +0000 (00:12 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 21 Sep 2021 07:46:25 +0000 (09:46 +0200)
run/dcpomatic_player

index 2fcfd9c85140f87b8c07ebdd8e4b742b0fc5f97c..168fa9bb10f131c63405f855f5fcdceca81181ba 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:$LD_LIBRARY_PATH
-export DYLD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:/Users/ci/osx-environment/x86_64/lib
+export DYLD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:/Users/ci/osx-environment/x86_64/10.10/lib
 export DCPOMATIC_GRAPHICS=graphics
 if [ "$1" == "--debug" ]; then
     shift