summaryrefslogtreecommitdiff
path: root/lua-git2-scm-0.rockspec
diff options
context:
space:
mode:
authorRobert G. Jakabosky <bobby@sharedrealm.com>2011-02-20 23:00:00 -0800
committerRobert G. Jakabosky <bobby@sharedrealm.com>2011-02-20 23:00:00 -0800
commitfca5f75a23e9611a3976352a1996c7e1d42546fc (patch)
treead633cb5fe42f6ae6c8c4dc8056db71d8f172dc7 /lua-git2-scm-0.rockspec
parentda2fe4fabd57cee8d87bc9b345271207a0fadf9a (diff)
downloadluagit2-fca5f75a23e9611a3976352a1996c7e1d42546fc.tar.gz
Updated bindings to use newest features of LuaNativeObjects.
Diffstat (limited to 'lua-git2-scm-0.rockspec')
-rwxr-xr-xlua-git2-scm-0.rockspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua-git2-scm-0.rockspec b/lua-git2-scm-0.rockspec
index 031ea43..f892270 100755
--- a/lua-git2-scm-0.rockspec
+++ b/lua-git2-scm-0.rockspec
@@ -25,7 +25,7 @@ build = {
type = "builtin",
modules = {
git2 = {
- sources = { "pre_generated-git2.nobj.c" },
+ sources = { "src/pre_generated-git2.nobj.c" },
libraries = { "git2" },
}
}