diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-16 19:59:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-16 19:59:17 +0000 |
| commit | c2e58126cfeab07cd5a4ba02df62b932b8243a8d (patch) | |
| tree | 694adf06d24e251fd89ad4152f3619087fb9e4cd /src/lib/util.cc | |
| parent | bc26b3553f97ddb69998faa5f6d54c8c845f68a6 (diff) | |
Another OS X signing-related fix.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 68cded2a3..abfdd2767 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -346,11 +346,11 @@ dcpomatic_setup () avfilter_register_all (); #ifdef DCPOMATIC_OSX - /* Add our lib directory to the libltdl search path so that + /* Add our library directory to the libltdl search path so that xmlsec can find xmlsec1-openssl. */ boost::filesystem::path lib = app_contents (); - lib /= "lib"; + lib /= "Frameworks"; setenv ("LTDL_LIBRARY_PATH", lib.c_str (), 1); #endif |
