diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-03 22:58:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-03 22:58:44 +0100 |
| commit | 36971ecc260b46a4092a4ba3099c3e52e2d1b916 (patch) | |
| tree | 46ef3e31e41d387453fdca9963d9cca0586144d0 /src/lib/util.cc | |
| parent | ca525d4d6371baee4f3aa9a0888f436b9458ee30 (diff) | |
Add fonts.conf to OS X build to try to fix failure to synthesizev2.13.142
bold/italic on 10.12 (Sierra) and earlier (#1524).
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index c20891464..340af1ea8 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -379,7 +379,7 @@ dcpomatic_setup () Pango::init (); dcp::init (); -#ifdef DCPOMATIC_WINDOWS +#if defined(DCPOMATIC_WINDOWS) || defined(DCPOMATIC_OSX) /* Render something to fontconfig to create its cache */ list<StringText> subs; dcp::SubtitleString ss( |
