Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tbranyen/nodegit2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Feb 26, 2011
2 parents e79a5dd + fa3e59c commit ba00e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -28,5 +28,5 @@ def build(bld):
obj = bld.new_task_gen('cxx', 'shlib', 'node_addon')
obj.target = 'nodegit2'
obj.source = 'src/base.cc src/error.cc src/reference.cc src/repo.cc src/commit.cc src/oid.cc src/revwalk.cc'
#obj.libpath = abspath('build/shared')
obj.rpath = abspath('build/shared')
obj.uselib = 'GIT2'

0 comments on commit ba00e9e

Please sign in to comment.