From e58332723a4e95a1bb5be20203643cbee44466f3 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 18 Jan 2021 15:32:40 +0100 Subject: [PATCH] Fix compilation --- Source/Engine/Scripting/ManagedCLR/MCore.Mono.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Engine/Scripting/ManagedCLR/MCore.Mono.cpp b/Source/Engine/Scripting/ManagedCLR/MCore.Mono.cpp index d294f856d..6d6a76262 100644 --- a/Source/Engine/Scripting/ManagedCLR/MCore.Mono.cpp +++ b/Source/Engine/Scripting/ManagedCLR/MCore.Mono.cpp @@ -428,7 +428,6 @@ bool MCore::LoadEngine() #elif PLATFORM_LINUX // Adjust GC threads suspending mode on Linux Platform::SetEnvironmentVariable(TEXT("MONO_THREADS_SUSPEND"), TEXT("preemptive")); -#endif #endif mono_config_parse(nullptr);