Revert "Make the cgo tool do more linking work" #162

Merged
carlosmn merged 1 commits from revert-159-cgo-directives into master 2014-12-31 13:46:38 -06:00
carlosmn commented 2014-12-31 13:44:34 -06:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#162
No description provided.