Speculative fix to OS X shared_path to fix finding of Liberation-Sans.
authorCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2015 01:01:54 +0000 (02:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2015 01:01:54 +0000 (02:01 +0100)
src/lib/cross.cc

index 285fbe1ce4352e0852dda1b457b75bdd94e5b5a3..76fa48cfeb452fe006f8efa818e08cbfe92039c0 100644 (file)
@@ -169,7 +169,7 @@ shared_path ()
        return path.parent_path();
 #endif
 #ifdef DCPOMATIC_OSX
-       return app_contents();
+       return app_contents() / ".." / "Resources";
 #endif 
 }