From 14f12ccf5151f8666b57a19afb5a0d2e0a7f692d 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. (cherry picked from commit 71fb1afe4cf2406279eee83fd13d99e11130bf2b) --- eeschema/sim/ngspice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/sim/ngspice.cpp b/eeschema/sim/ngspice.cpp index f51fa375c7..2e4847f4dd 100644 --- a/eeschema/sim/ngspice.cpp +++ b/eeschema/sim/ngspice.cpp @@ -617,6 +617,7 @@ std::string NGSPICE::findCmPath() const "/../../../../../Contents/PlugIns/sim/ngspice", "../Plugins/sim/ngspice", #endif + "../eeschema/ngspice", "../lib/ngspice", "../../lib/ngspice", "lib/ngspice",