We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8896fc9 commit e718a26Copy full SHA for e718a26
Source/UnrealEnginePython/UnrealEnginePython.Build.cs
@@ -245,13 +245,6 @@ public UnrealEnginePython(TargetInfo Target)
245
Definitions.Add(string.Format("UNREAL_ENGINE_PYTHON_ON_LINUX"));
246
}
247
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
-
255
256
257
private bool IsPathRelative(string Path)
0 commit comments