summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-21 09:12:55 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-21 09:12:55 +0000
commit2bf2c409730da51e4dde58e3d0918319715db7d7 (patch)
treee3515e082601a8b2cb7afcf62be45beda34c6288 /src/lib/util.cc
parent6bd774341aadd4ffbe508d6512d2a2d250909a0a (diff)
parent6dc5384632515dbbb6d2426b63eb00b342522dd9 (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc4
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