Add ngspice lib paths for when running from build dir.
This commit is contained in:
parent
3e4d5d776d
commit
71fb1afe4c
|
@ -593,6 +593,7 @@ std::string NGSPICE::findCmPath() const
|
||||||
"/../../../../../Contents/PlugIns/sim/ngspice",
|
"/../../../../../Contents/PlugIns/sim/ngspice",
|
||||||
"../Plugins/sim/ngspice",
|
"../Plugins/sim/ngspice",
|
||||||
#endif
|
#endif
|
||||||
|
"../eeschema/ngspice",
|
||||||
"../lib/ngspice",
|
"../lib/ngspice",
|
||||||
"../../lib/ngspice",
|
"../../lib/ngspice",
|
||||||
"lib/ngspice",
|
"lib/ngspice",
|
||||||
|
|
Loading…
Reference in New Issue