diff options
| -rw-r--r-- | lua-cjson-1.0devel-1.rockspec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua-cjson-1.0devel-1.rockspec b/lua-cjson-1.0devel-1.rockspec index 315ec2f..c4975af 100644 --- a/lua-cjson-1.0devel-1.rockspec +++ b/lua-cjson-1.0devel-1.rockspec | |||
| @@ -35,6 +35,15 @@ build = { | |||
| 35 | } | 35 | } |
| 36 | } | 36 | } |
| 37 | }, | 37 | }, |
| 38 | install = { | ||
| 39 | lua = { | ||
| 40 | ["cjson.util"] = "lua/cjson/util.lua" | ||
| 41 | }, | ||
| 42 | bin = { | ||
| 43 | json2lua = "lua/json2lua.lua", | ||
| 44 | lua2json = "lua/lua2json.lua" | ||
| 45 | } | ||
| 46 | }, | ||
| 38 | -- Override default build options (per platform) | 47 | -- Override default build options (per platform) |
| 39 | platforms = { | 48 | platforms = { |
| 40 | win32 = { modules = { cjson = { defines = { | 49 | win32 = { modules = { cjson = { defines = { |
