I'm trying to compile an object with pd-lib-builder that uses the gnu gsl library on the code. I would like to compile this object in a way that the gsl library stays statically linked so it could run on other computers without the need to install the gsl. How can I do this using pd-lib-builder? Thanks!