Add ngspice lib paths for when running from build dir.
(cherry picked from commit 71fb1afe4c
)
This commit is contained in:
parent
82a1b02b4a
commit
14f12ccf51
|
@ -617,6 +617,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