From b76a5ae9a72c50ef0d1261b26babef5b916c4751 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Apr 2015 23:11:31 +0100 Subject: [PATCH] Try to fix OS X build. --- src/wx/wx_util.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index ea8255f81..e9c07c91f 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -271,11 +271,9 @@ dcpomatic_setup_i18n () locale->AddCatalogLookupPathPrefix (std_to_wx (mo_path().string())); #endif -#ifdef DCPOMATIC_POSIX +#ifdef DCPOMATIC_LINUX locale->AddCatalogLookupPathPrefix (LINUX_LOCALE_PREFIX); -#endif -#ifdef DCPOMATIC_LINUX /* We have to include the wxWidgets .mo in our distribution, so we rename it to avoid clashes with any other installation of wxWidgets. -- 2.30.2