summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fe1db2c..506593c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all: test
MODULES := gall gall.util gall.ll \
gall.repository gall.object gall.commit gall.tag gall.tree
-LUA_VER := 5.1
+LUA_VER := 5.2
PREFIX ?= /usr/local
@@ -35,7 +35,7 @@ install: cmodule
fi
-LUA := LUA_CPATH="$(shell pwd)/lib/?.so;;" LUA_PATH="$(shell pwd)/lib/?.lua;$(shell pwd)/extras/luacov/src/?.lua;;" lua$(LUA_VER)
+LUA := LUA_CPATH="$(shell pwd)/lib/?.so;;" LUA_PATH="$(shell pwd)/lib/?.lua;$(shell pwd)/extras/luacov/src/?.lua;;" __GALL_LL_GIT2_BLACKLIST="$(shell lua$(LUA_VER) find-git2)" lua$(LUA_VER) -e "dofile('blacklist-system-git2')"
cmodule: try-cmodule