diff --git a/eeschema/sim/ngspice.cpp b/eeschema/sim/ngspice.cpp index f9b1665905..5499c66950 100644 --- a/eeschema/sim/ngspice.cpp +++ b/eeschema/sim/ngspice.cpp @@ -456,7 +456,7 @@ void NGSPICE::init_dll() "/../../../../../Contents/PlugIns/sim" }; #else // Unix systems - const std::vector dllPaths = { "/usr/local/lib" }; + const std::vector dllPaths = { "/usr/local/lib" }; #endif #if defined(__WINDOWS__) || (__WXMAC__)