summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.mak b/src/common.mak
index 4c2cf8d..0652758 100644
--- a/src/common.mak
+++ b/src/common.mak
@@ -23,4 +23,4 @@ clean:
rm -f $(OBJ) $(TRG_AR) $(TRG_SO)*
check: all
- LUA_INIT= LUA_PATH=../../test/?.lua $(LUA) ../../test/runtest.lua -d. $(REGNAME)
+ LUA_PATH="../../test/?.lua;$(LUA_PATH)" $(LUA) ../../test/runtest.lua -d. $(REGNAME)