diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-14 21:00:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-15 01:19:35 +0000 |
| commit | 5b9e3edb650f6ee60089d946b003e7b8a7892c09 (patch) | |
| tree | b80cc85f24a69a792bcde5dde46499f040423f59 /src/lib | |
| parent | 54deac3dca7a68d8058f305a0a97dea0d9a3a1f5 (diff) | |
Put libraries into Frameworks rather than lib to make Gatekeeper happy.
Diffstat (limited to 'src/lib')
| -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 |
