diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-09 01:42:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:45:09 +0100 |
| commit | 82fcadc063b286db72b3350923f3a9ba52a029f9 (patch) | |
| tree | 790b33fda78581113ab08f38f6ce71a2c755f330 /run | |
| parent | 8d4ec1a1505bb61533319bac814a7b8903a664cb (diff) | |
Try to improve _server on OSX.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic_server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_server b/run/dcpomatic_server index 7f2aaac3a..212b599d9 100755 --- a/run/dcpomatic_server +++ b/run/dcpomatic_server @@ -1,6 +1,6 @@ #!/bin/bash -export LD_LIBRARY_PATH=build/src/lib:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src/lib:build/src/wx:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then gdb --args build/src/tools/dcpomatic2_server elif [ "$1" == "--valgrind" ]; then |
