From 71fb1afe4cf2406279eee83fd13d99e11130bf2b Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Sun, 22 Oct 2023 19:19:48 +0300 Subject: [PATCH] Add ngspice lib paths for when running from build dir. --- eeschema/sim/ngspice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/sim/ngspice.cpp b/eeschema/sim/ngspice.cpp index 460ec454dd..a6a7bc3e2c 100644 --- a/eeschema/sim/ngspice.cpp +++ b/eeschema/sim/ngspice.cpp @@ -593,6 +593,7 @@ std::string NGSPICE::findCmPath() const "/../../../../../Contents/PlugIns/sim/ngspice", "../Plugins/sim/ngspice", #endif + "../eeschema/ngspice", "../lib/ngspice", "../../lib/ngspice", "lib/ngspice",