From: Thomas Debesse Date: Sun, 25 Nov 2018 00:18:34 +0000 (+0100) Subject: radiant: does not use Linux home path on MacOS X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ae793d8089be3c44825cf50ba3f81ddc1d2ee569;p=xonotic%2Fnetradiant.git radiant: does not use Linux home path on MacOS --- diff --git a/radiant/mainframe.cpp b/radiant/mainframe.cpp index b1f586bc..f43268a5 100644 --- a/radiant/mainframe.cpp +++ b/radiant/mainframe.cpp @@ -254,7 +254,7 @@ void HomePaths_Realise(){ } #endif -#if GDEF_OS_POSIX +#if (GDEF_OS_POSIX && !GDEF_OS_MACOS) path.clear(); path << DirectoryCleaned( g_get_home_dir() ) << prefix << "/"; g_qeglobals.m_userEnginePath = path.c_str();