aboutsummaryrefslogtreecommitdiff
path: root/lua-cjson-1.0.3-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'lua-cjson-1.0.3-1.rockspec')
-rw-r--r--lua-cjson-1.0.3-1.rockspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua-cjson-1.0.3-1.rockspec b/lua-cjson-1.0.3-1.rockspec
index 1550ae9..3f8e981 100644
--- a/lua-cjson-1.0.3-1.rockspec
+++ b/lua-cjson-1.0.3-1.rockspec
@@ -24,6 +24,9 @@ build = {
24 modules = { 24 modules = {
25 cjson = { 25 cjson = {
26 sources = { "lua_cjson.c", "strbuf.c" }, 26 sources = { "lua_cjson.c", "strbuf.c" },
27-- Optional workarounds:
28-- USE_INTERNAL_ISINF: Provide internal isinf() implementation. Required
29-- on some Solaris platforms.
27 defines = { "VERSION=\"1.0.3\"" } 30 defines = { "VERSION=\"1.0.3\"" }
28 } 31 }
29 }, 32 },