Hi, I'm using a wrapper from "unofficial packages" that was set up to use a dynamic library. If I want to link to a static version of the library, would it be as easy as find/replace "dynlib: LibName" with "header: "LibName.h"?
- Change nim wrapper to static link Nimbecile
