diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-14 13:52:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-14 13:52:49 +0100 |
| commit | 476ed8e65f9edd2303c94609f974b15f2a9166cd (patch) | |
| tree | e31d6cdf63069225345c1dcadded63ca3546cbb4 /src/lib | |
| parent | 714ceee8a439e04406a5af9ef84dcbfec18e21ce (diff) | |
Obey DCPOMATIC_LINUX_SHARE_PREFIX in non-debug as well as debug mode.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/cross.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 29591c69f..285fbe1ce 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -155,12 +155,10 @@ boost::filesystem::path shared_path () { #ifdef DCPOMATIC_LINUX -#ifdef DCPOMATIC_DEBUG char const * p = getenv ("DCPOMATIC_LINUX_SHARE_PREFIX"); if (p) { return p; } -#endif return boost::filesystem::canonical (LINUX_SHARE_PREFIX); #endif #ifdef DCPOMATIC_WINDOWS |
