Skip to content

Commit

Permalink
Add call to 'R_useDynamicSymbols' to disable symbol search
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Widgren <stefan.widgren@gmail.com>
  • Loading branch information
stewid committed Feb 25, 2017
1 parent c5266db commit 87067df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/git2r.c
Expand Up @@ -161,6 +161,7 @@ void
R_init_git2r(DllInfo *info)
{
R_registerRoutines(info, NULL, callMethods, NULL, NULL);
R_useDynamicSymbols(info, FALSE);
git_libgit2_init();
}

Expand Down

0 comments on commit 87067df

Please sign in to comment.