From ae793d8089be3c44825cf50ba3f81ddc1d2ee569 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sun, 25 Nov 2018 01:18:34 +0100 Subject: [PATCH] radiant: does not use Linux home path on MacOS --- radiant/mainframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2