Skip to content

eeschema: link dynamically ngspice

Sylwester Kocjan requested to merge skocjan/kicad:ngspice-dynamic-linking into master

Remove dynamic loading of ngspice (wxDynamicLibrary, a wrapper for dlopen()). After this change it will be linked and loaded at startup by dynamic linker.

Fixes #12491 (closed)

Alternative fix is here: !1349 (closed)

Merge request reports