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 bb2f38d commit 0e56e28Copy full SHA for 0e56e28
Source/UnrealEnginePython/UnrealEnginePython.Build.cs
@@ -18,7 +18,7 @@ public class UnrealEnginePython : ModuleRules
18
19
private string[] windowsKnownPaths =
20
{
21
- // "C:/Program Files/Python37",
+ "C:/Program Files/Python37",
22
"C:/Program Files/Python36",
23
"C:/Program Files/Python35",
24
"C:/Python27",
0 commit comments