Revert "Make the cgo tool do more linking work" #162
Loading…
Reference in New Issue
No description provided.
Delete Branch "revert-159-cgo-directives"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reverts libgit2/git2go#159
The go tool embeds the linking flags, which makes anything which uses git2go to want to link dynamically with libgit2. This is suboptimal with dynamic linking and fatal for static linking, so we need to go back to the script, wich doesn't embed anything for the dependencies.