diff --git a/aegisub/standard_paths.cpp b/aegisub/standard_paths.cpp index 3deb3e628..24f8a4cb1 100644 --- a/aegisub/standard_paths.cpp +++ b/aegisub/standard_paths.cpp @@ -54,7 +54,7 @@ StandardPaths *StandardPaths::GetInstance() { StandardPaths::StandardPaths() { wxStandardPathsBase &paths = wxStandardPaths::Get(); -#ifdef __UNIX__ +#if defined(__UNIX__) && !defined(__APPLE__) // Relocation support, this is required to set the prefix to all // wx StandardPaths. static_cast(paths).SetInstallPrefix(wxT(INSTALL_PREFIX));