summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9c017c3..521baeb 100755
--- a/Makefile
+++ b/Makefile
@@ -24,13 +24,13 @@ build_onig:
make -C $(ONIG) -f rex_onig.mak
test_pcre:
- cd test && lua ./runtest.lua -d../$(PCRE) pcre
+ cd test && LUA_INIT= lua ./runtest.lua -d../$(PCRE) pcre
test_posix:
- cd test && lua ./runtest.lua -d../$(POSIX) posix
+ cd test && LUA_INIT= lua ./runtest.lua -d../$(POSIX) posix
test_onig:
- cd test && lua ./runtest.lua -d../$(ONIG) onig
+ cd test && LUA_INIT= lua ./runtest.lua -d../$(ONIG) onig
clean_pcre:
make -C $(PCRE) -f rex_pcre.mak clean