Fix macOS dcpomatic_player script.
authorCarl Hetherington <cth@carlh.net>
Sat, 16 Jan 2021 01:18:47 +0000 (02:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 16 Jan 2021 02:01:46 +0000 (03:01 +0100)
run/dcpomatic_player

index 9dc1954cf2736b67f60e177d7fc43e84e6ca62da..2fcfd9c85140f87b8c07ebdd8e4b742b0fc5f97c 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:/Users/c.hetherington/osx-environment/64/lib
+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 DCPOMATIC_GRAPHICS=graphics
 if [ "$1" == "--debug" ]; then
     shift