diff --git a/eeschema/sim/ngspice.cpp b/eeschema/sim/ngspice.cpp index f52792d6cb..e31449c98b 100644 --- a/eeschema/sim/ngspice.cpp +++ b/eeschema/sim/ngspice.cpp @@ -441,7 +441,7 @@ void NGSPICE::init_dll() // when running eeschema.app wxFileName( stdPaths.GetExecutablePath() ).GetPath().ToStdString() + - wxT( "/../../../../../Contents/PlugIns/sim" ) + "/../../../../../Contents/PlugIns/sim" }; #else // Unix systems const vector dllPaths = { "/usr/local/lib" };