Skip to content

Commit fbc97f2

Browse files
authored
Merge pull request #811 from SIRHAMY/patch-1
Add ; to the end of the Linux UnrealEnginePython.Build.cs pythonHome …
2 parents 038192d + b0366cb commit fbc97f2

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
@@ -14,7 +14,7 @@ public class UnrealEnginePython : ModuleRules
1414
// this is an example for Homebrew on Mac
1515
//private string pythonHome = "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/";
1616
// on Linux an include;libs syntax is expected:
17-
//private string pythonHome = "/usr/local/include/python3.6;/usr/local/lib/libpython3.6.so"
17+
//private string pythonHome = "/usr/local/include/python3.6;/usr/local/lib/libpython3.6.so";
1818

1919
private string[] windowsKnownPaths =
2020
{

0 commit comments

Comments
 (0)