git2-rs icon indicating copy to clipboard operation
git2-rs copied to clipboard

Windows binary re-exported libgit2 APIs

Open ultimaweapon opened this issue 3 years ago • 0 comments

Hi,

I'm using this library in my project https://github.com/locenv/locenv and the compiled binary for Windows is re-exported libgit2 API, which should not. The example binary that has this issue can be grab from https://github.com/locenv/locenv/actions/runs/2599501164. You should be able to view the exported API with any PE tool (e.g. Dependency Walker). Here is the screenshot from Explorer Suite that shown this issue:

Screenshot from 2022-07-02 06-23-52

ultimaweapon avatar Jul 01 '22 23:07 ultimaweapon