From: Carl Hetherington Date: Thu, 30 Apr 2015 22:11:31 +0000 (+0100) Subject: Try to fix OS X build. X-Git-Tag: v2.0.48~120 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=b76a5ae9a72c50ef0d1261b26babef5b916c4751;ds=sidebyside Try to fix OS X build. --- 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.