We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8104d commit 9aac61eCopy full SHA for 9aac61e
1 file changed
Source/UnrealEnginePython/UnrealEnginePython.Build.cs
@@ -21,7 +21,7 @@ public class UnrealEnginePython : ModuleRules
21
"C:/Program Files/Python37",
22
"C:/Program Files/Python36",
23
"C:/Program Files/Python35",
24
- "C:/Python36",
+ "C:/Python27",
25
"C:/IntelPython35"
26
};
27
0 commit comments