Skip to content

Commit 0e56e28

Browse files
authored
Uncommented support for python 3.7 on windows
1 parent bb2f38d commit 0e56e28

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)