7
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:
John Beard 2025-01-02 00:42:22 +08:00
parent d7eed69831
commit 84c7a1e82d

View File

@ -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