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