summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert G. Jakabosky <bobby@sharedrealm.com>2012-05-23 20:58:46 -0700
committerRobert G. Jakabosky <bobby@sharedrealm.com>2012-05-23 20:58:46 -0700
commit537df887b654de248d536beaf3e59886d3e9bc3b (patch)
tree03032c18270714138e5b7053f76c4450e7957ce3
parent84c8b7a5e9fbb0a600b0faea4f782f51e6a7ea46 (diff)
downloadluagit2-537df887b654de248d536beaf3e59886d3e9bc3b.tar.gz
Add include/lib path for libgit2.
-rwxr-xr-xlua-git2-scm-0.rockspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua-git2-scm-0.rockspec b/lua-git2-scm-0.rockspec
index a78064d..ca8e025 100755
--- a/lua-git2-scm-0.rockspec
+++ b/lua-git2-scm-0.rockspec
@@ -27,6 +27,8 @@ build = {
git2 = {
sources = { "src/pre_generated-git2.nobj.c" },
libraries = { "git2" },
+ incdirs = { "$(GIT2_INCDIR)" },
+ libdirs = { "$(GIT2_LIBDIR)" },
}
}
}