summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-19 19:35:09 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-19 19:35:09 +0100
commit2ec879dfc354c1aa95f78e9f264f2487fd2688ae (patch)
tree10766ece9ff0d4e97eba8515bf8ae94505d067f2
parent53eea12d3e0d7925d5949de92859bc358ee0adcc (diff)
Try again to fix OS X resource directory location.
-rw-r--r--src/lib/cross.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc
index 76fa48cfe..0bcb31e3e 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() / ".." / "Resources";
+ return app_contents() / "Resources";
#endif
}