From dfce73ef2de0d912507a0d7819f8b469202852f5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 19 Jun 2015 02:01:54 +0100 Subject: Speculative fix to OS X shared_path to fix finding of Liberation-Sans. --- src/lib/cross.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 285fbe1ce..76fa48cfe 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -169,7 +169,7 @@ shared_path () return path.parent_path(); #endif #ifdef DCPOMATIC_OSX - return app_contents(); + return app_contents() / ".." / "Resources"; #endif } -- cgit v1.2.3