diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-29 23:51:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-29 23:51:14 +0000 |
| commit | 70b923d244255cc1425f0ade4b3d280e07da7038 (patch) | |
| tree | d52218829df63d07ef02641fdd7dddd8ea109b70 /run/dcpomatic_cli | |
| parent | 33d07095ee6e80cad849b35715805bc9014414b5 (diff) | |
Hack for running development environment in some cases.
Diffstat (limited to 'run/dcpomatic_cli')
| -rwxr-xr-x | run/dcpomatic_cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_cli b/run/dcpomatic_cli index ba73ecf3f..02d80a574 100755 --- a/run/dcpomatic_cli +++ b/run/dcpomatic_cli @@ -1,6 +1,6 @@ #!/bin/bash -export LD_LIBRARY_PATH=build/src/lib:$LD_LIBRARY_PATH:build/src +export LD_LIBRARY_PATH=build/src/lib:build/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dcpomatic2_cli "$@" |
