diff options
Diffstat (limited to '')
| -rw-r--r-- | lua-cjson-1.0devel-1.rockspec | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lua-cjson-1.0devel-1.rockspec b/lua-cjson-1.0devel-1.rockspec index 3890ec1..fa20c53 100644 --- a/lua-cjson-1.0devel-1.rockspec +++ b/lua-cjson-1.0devel-1.rockspec | |||
| @@ -23,11 +23,11 @@ build = { | |||
| 23 | type = "builtin", | 23 | type = "builtin", | 
| 24 | modules = { | 24 | modules = { | 
| 25 | cjson = { | 25 | cjson = { | 
| 26 | sources = { "lua_cjson.c", "strbuf.c" }, | 26 | sources = { "lua_cjson.c", "strbuf.c", "fpconv.c" }, | 
| 27 | defines = { | ||
| 27 | -- Optional workaround: | 28 | -- Optional workaround: | 
| 28 | -- USE_INTERNAL_ISINF: Provide internal isinf() implementation. Required | 29 | -- USE_INTERNAL_ISINF: Provide internal isinf() implementation. Required | 
| 29 | -- on some Solaris platforms. | 30 | -- on some Solaris platforms. | 
| 30 | defines = { | ||
| 31 | -- LuaRocks does not support platform specific configuration for Solaris. | 31 | -- LuaRocks does not support platform specific configuration for Solaris. | 
| 32 | -- Uncomment the line below on Solaris platforms. | 32 | -- Uncomment the line below on Solaris platforms. | 
| 33 | -- "USE_INTERNAL_ISINF" | 33 | -- "USE_INTERNAL_ISINF" | 
