Another OS X signing-related fix.
authorCarl Hetherington <cth@carlh.net>
Fri, 16 Mar 2018 19:59:17 +0000 (19:59 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 16 Mar 2018 19:59:17 +0000 (19:59 +0000)
src/lib/util.cc

index 68cded2a348bee17bee9afcffe4cc749291d5105..abfdd2767c31a50f6a3342c684cc9fcea9a9c960 100644 (file)
@@ -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