Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert changing the libgit2 library path.
  • Loading branch information
tbranyen committed Mar 28, 2014
commit 35be88fdd25e245a5121f0fba990f2350bca9fa8
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],

'libraries': [
'-Lvendor\\libgit2\\build',
'-L<!(pwd)/vendor/libgit2/build',
'-lgit2'
],

Expand Down