Add additional ngspice codemodel path for launching from standalone eeschema on macOS.
This commit is contained in:
parent
4302bc2562
commit
c7c49cee5a
|
@ -443,10 +443,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"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue