diff options
| -rwxr-xr-x | run/dcpomatic_create | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_create b/run/dcpomatic_create index 63310315e..b3fe330c5 100755 --- a/run/dcpomatic_create +++ b/run/dcpomatic_create @@ -1,6 +1,6 @@ #!/bin/bash -export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src/lib:build/src/wx:/home/c.hetherington/lib:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dcpomatic2_create $* |
