Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 036f33e

Browse files
committed
Remove double defn of mac paths
1 parent aedf6f8 commit 036f33e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Source/UnrealEnginePython/UnrealEnginePython.Build.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ public class UnrealEnginePython : ModuleRules
2424
"C:/IntelPython35"
2525
};
2626

27-
private string[] macKnownPaths =
28-
{
29-
"/Library/Frameworks/Python.framework/Versions/3.6",
30-
"/Library/Frameworks/Python.framework/Versions/3.5",
31-
"/Library/Frameworks/Python.framework/Versions/2.7",
32-
"/System/Library/Frameworks/Python.framework/Versions/3.6",
33-
"/System/Library/Frameworks/Python.framework/Versions/3.5",
34-
"/System/Library/Frameworks/Python.framework/Versions/2.7"
35-
};
36-
3727
private string[] linuxKnownIncludesPaths =
3828
{
3929
"/usr/local/include/python3.6",

0 commit comments

Comments
 (0)