diff --git a/eeschema/sim/ngspice.cpp b/eeschema/sim/ngspice.cpp index 31885c2a63..2c39c8acf5 100644 --- a/eeschema/sim/ngspice.cpp +++ b/eeschema/sim/ngspice.cpp @@ -423,10 +423,11 @@ string NGSPICE::findCmPath() const "/Applications/ngspice/lib/ngspice", "Contents/Frameworks", wxStandardPaths::Get().GetPluginsDir() + "/sim/ngspice", - wxFileName( wxStandardPaths::Get().GetExecutablePath() ).GetPath() + "/../../../../../Contents/PlugIns/sim/ngspice" + wxFileName( wxStandardPaths::Get().GetExecutablePath() ).GetPath() + "/../../../../../Contents/PlugIns/sim/ngspice", + "../Plugins/sim/ngspice", #endif /* __WXMAC__ */ "../lib/ngspice", - "../../lib/ngspice" + "../../lib/ngspice", "lib/ngspice", "ngspice" };