How can I get fpm to default to local stdlib instead of git repo?

Hello,

I’m using fpm to build and run a project and want to be able to link against a local version of stdlib, but if the local version isn’t there, fall back to pulling it from the git repo,

Is there a simple way to do this?

Thanks

1 Like