Skip to content

Commit e718a26

Browse files
author
Roberto De Ioris
committed
threading is now on by default
1 parent 8896fc9 commit e718a26

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Source/UnrealEnginePython/UnrealEnginePython.Build.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,6 @@ public UnrealEnginePython(TargetInfo Target)
245245
Definitions.Add(string.Format("UNREAL_ENGINE_PYTHON_ON_LINUX"));
246246
}
247247

248-
string enableThreads = System.Environment.GetEnvironmentVariable("UEP_ENABLE_THREADS");
249-
if (!string.IsNullOrEmpty(enableThreads))
250-
{
251-
Definitions.Add("UEPY_THREADING");
252-
System.Console.WriteLine("*** Enabled Python Threads support ***");
253-
}
254-
255248
}
256249

257250
private bool IsPathRelative(string Path)

0 commit comments

Comments
 (0)