Add ngspice lib paths for when running from build dir.

This commit is contained in:
Alex Shvartzkop 2023-10-22 19:19:48 +03:00
parent 3e4d5d776d
commit 71fb1afe4c
1 changed files with 1 additions and 0 deletions

View File

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