diff options
| author | Mark Pulford <mark@kyne.com.au> | 2012-01-13 07:17:48 +1030 |
|---|---|---|
| committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:34 +1030 |
| commit | d4f438965e41660bd0beda772ba3d3b96a492571 (patch) | |
| tree | bdcb6bb6351d0612516d6e8f453c8b693c6e61ef | |
| parent | d3dfab41f3f77b5d72ae88069132e1ba625ad8fa (diff) | |
| download | lua-cjson-d4f438965e41660bd0beda772ba3d3b96a492571.tar.gz lua-cjson-d4f438965e41660bd0beda772ba3d3b96a492571.tar.bz2 lua-cjson-d4f438965e41660bd0beda772ba3d3b96a492571.zip | |
Update rockspec to install lua2json/json2lua
| -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 = { |
