aboutsummaryrefslogtreecommitdiff
path: root/yuescript-dev-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'yuescript-dev-1.rockspec')
-rw-r--r--yuescript-dev-1.rockspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/yuescript-dev-1.rockspec b/yuescript-dev-1.rockspec
index 75835fc..a8d9eea 100644
--- a/yuescript-dev-1.rockspec
+++ b/yuescript-dev-1.rockspec
@@ -19,8 +19,8 @@ dependencies = {
19build = { 19build = {
20 type = "cmake", 20 type = "cmake",
21 variables = { 21 variables = {
22 LUA_INCDIR="$(LUA_INCDIR)", 22 LUA_INCDIR = "$(LUA_INCDIR)",
23 LUA="$(LUA)", 23 LUA = "$(LUA)",
24 }, 24 },
25 install = { 25 install = {
26 lib = { 26 lib = {