Fix Python search on Linux
This commit is contained in:
@@ -120,6 +120,8 @@ wxString PYTHON_MANAGER::FindPythonInterpreter()
|
||||
|
||||
if( pythonExe.IsFileExecutable() )
|
||||
return pythonExe.GetFullPath();
|
||||
#else
|
||||
wxFileName pythonExe;
|
||||
#endif
|
||||
|
||||
// In case one is forced with cmake
|
||||
|
||||
Reference in New Issue
Block a user