aboutsummaryrefslogtreecommitdiff
path: root/rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'rockspec')
-rw-r--r--rockspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/rockspec b/rockspec
index 92237c0c..f2f26b19 100644
--- a/rockspec
+++ b/rockspec
@@ -33,6 +33,7 @@ build = {
33 build_pass=false, 33 build_pass=false,
34 install_variables = { 34 install_variables = {
35 BINDIR="$(BINDIR)", 35 BINDIR="$(BINDIR)",
36 LUADIR="$(LUADIR)" 36 LUADIR="$(LUADIR)",
37 LUA="$(LUA)",
37 } 38 }
38} 39}