summaryrefslogtreecommitdiffstats
path: root/app/app_paths.cc
diff options
context:
space:
mode:
Diffstat (limited to 'app/app_paths.cc')
-rw-r--r--app/app_paths.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app_paths.cc b/app/app_paths.cc
index 0007a10..3121c43 100644
--- a/app/app_paths.cc
+++ b/app/app_paths.cc
@@ -56,7 +56,7 @@ bool PathProvider(int key, FilePath* result) {
#endif
break;
case app::FILE_RESOURCES_PAK:
-#if defined(OS_LINUX)
+#if defined(OS_POSIX) && !defined(OS_MACOSX)
if (!PathService::Get(base::DIR_EXE, &cur))
return false;
// TODO(tony): We shouldn't be referencing chrome here.