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 350cb5a commit 3f45b5fCopy full SHA for 3f45b5f
Source/UnrealEnginePython/UnrealEnginePython.Build.cs
@@ -114,7 +114,7 @@ public UnrealEnginePython(TargetInfo Target)
114
}
115
System.Console.WriteLine("Using Python at: " + pythonHome);
116
PublicIncludePaths.Add(pythonHome);
117
- PublicAdditionalLibraries.Add(GetMacPythonLibFile(pythonHome));
+ PublicDelayLoadDLLs.Add(GetMacPythonLibFile(pythonHome));
118
Definitions.Add(string.Format("UNREAL_ENGINE_PYTHON_ON_MAC"));
119
120
else if (Target.Platform == UnrealTargetPlatform.Linux)
0 commit comments