diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-07 10:44:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-07 10:44:30 +0000 |
| commit | 1ec06907de2eb4382e5f0e6f9953e3026f1461e7 (patch) | |
| tree | 8efce40e57c22ae1fe6edf46d23c46cb20176f77 | |
| parent | 765a960ea8bb9d829d625901662f54c60f954f3d (diff) | |
Fix LD_LIBRARY_PATH.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ private=../libdcp-test-private work=build/test dcpinfo=build/tools/dcpinfo -export LD_LIBRARY_PATH=build/src:build/asdcplib/src +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:build/src:build/asdcplib/src # Run the unit tests in test/ if [ "$1" == "--debug" ]; then |
