We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 038192d + b0366cb commit fbc97f2Copy full SHA for fbc97f2
Source/UnrealEnginePython/UnrealEnginePython.Build.cs
@@ -14,7 +14,7 @@ public class UnrealEnginePython : ModuleRules
14
// this is an example for Homebrew on Mac
15
//private string pythonHome = "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/";
16
// on Linux an include;libs syntax is expected:
17
- //private string pythonHome = "/usr/local/include/python3.6;/usr/local/lib/libpython3.6.so"
+ //private string pythonHome = "/usr/local/include/python3.6;/usr/local/lib/libpython3.6.so";
18
19
private string[] windowsKnownPaths =
20
{
0 commit comments