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.rockspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuescript-dev-1.rockspec b/yuescript-dev-1.rockspec
index bcf4933..397254b 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)",
23 LUA = "$(LUA)", 22 LUA = "$(LUA)",
23 LUA_INCDIR = "$(LUA_INCDIR)",
24 CMAKE_BUILD_TYPE="Release" 24 CMAKE_BUILD_TYPE="Release"
25 }, 25 },
26 install = { 26 install = {