Skip to content

Commit 3db0859

Browse files
committed
Added support for Python37
1 parent 39c73ac commit 3db0859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UnrealEnginePython/UnrealEnginePython.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class UnrealEnginePython : ModuleRules
1818

1919
private string[] windowsKnownPaths =
2020
{
21-
// "C:/Program Files/Python37",
21+
"C:/Program Files/Python37",
2222
"C:/Program Files/Python36",
2323
"C:/Program Files/Python35",
2424
"C:/Python27",

0 commit comments

Comments
 (0)