diff options
author | momoterraw <andrewvmail@gmail.com> | 2021-10-25 22:39:52 -0700 |
---|---|---|
committer | lijunlong <lijunlong@openresty.com> | 2022-01-09 21:32:17 +0800 |
commit | 0f3dda34a35d93b92aba39a6c7b30d1d23918812 (patch) | |
tree | f4bcfeb787db94b0cd90ab56a6422834b2bc96e1 | |
parent | 96e6e0ce67ed070a52223c1e9518c9018b1ce376 (diff) | |
download | lua-cjson-0f3dda34a35d93b92aba39a6c7b30d1d23918812.tar.gz lua-cjson-0f3dda34a35d93b92aba39a6c7b30d1d23918812.tar.bz2 lua-cjson-0f3dda34a35d93b92aba39a6c7b30d1d23918812.zip |
bugfix: windows luarocks make doesn't export cjson.safe.
-rw-r--r-- | lua-cjson-2.1.0.10-1.rockspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua-cjson-2.1.0.10-1.rockspec b/lua-cjson-2.1.0.10-1.rockspec index 2c2458a..61608d9 100644 --- a/lua-cjson-2.1.0.10-1.rockspec +++ b/lua-cjson-2.1.0.10-1.rockspec | |||
@@ -34,6 +34,9 @@ build = { | |||
34 | -- Uncomment the line below on Solaris platforms if required. | 34 | -- Uncomment the line below on Solaris platforms if required. |
35 | -- "USE_INTERNAL_ISINF" | 35 | -- "USE_INTERNAL_ISINF" |
36 | } | 36 | } |
37 | }, | ||
38 | ["cjson.safe"] = { | ||
39 | sources = { "lua_cjson.c", "strbuf.c", "fpconv.c" } | ||
37 | } | 40 | } |
38 | }, | 41 | }, |
39 | install = { | 42 | install = { |