Skip to content

Commit 9aac61e

Browse files
authored
Update UnrealEnginePython.Build.cs
1 parent 3b8104d commit 9aac61e

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
@@ -21,7 +21,7 @@ public class UnrealEnginePython : ModuleRules
2121
"C:/Program Files/Python37",
2222
"C:/Program Files/Python36",
2323
"C:/Program Files/Python35",
24-
"C:/Python36",
24+
"C:/Python27",
2525
"C:/IntelPython35"
2626
};
2727

0 commit comments

Comments
 (0)