diff options
Diffstat (limited to '')
| -rw-r--r-- | yuescript-dev-1.rockspec | 2 |
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 = { | |||
| 19 | build = { | 19 | build = { |
| 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 = { |
