mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 11:20:09 +00:00
Fix Python search on Linux
This commit is contained in:
parent
d7eed69831
commit
84c7a1e82d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user