diff options
Diffstat (limited to 'lua-cjson-1.0.4-1.rockspec')
-rw-r--r-- | lua-cjson-1.0.4-1.rockspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua-cjson-1.0.4-1.rockspec b/lua-cjson-1.0.4-1.rockspec index b08032b..da19bd1 100644 --- a/lua-cjson-1.0.4-1.rockspec +++ b/lua-cjson-1.0.4-1.rockspec | |||
@@ -28,8 +28,8 @@ build = { | |||
28 | -- USE_POSIX_USELOCALE: Linux, OSX. Thread safe. Recommended. | 28 | -- USE_POSIX_USELOCALE: Linux, OSX. Thread safe. Recommended. |
29 | -- USE_POSIX_SETLOCALE: Works on all ANSI C platforms. May be used when | 29 | -- USE_POSIX_SETLOCALE: Works on all ANSI C platforms. May be used when |
30 | -- thread-safety isn't required. | 30 | -- thread-safety isn't required. |
31 | -- USE_INTERNAL_ISINF: Provide internal isinf() implementation. Required | 31 | -- USE_INTERNAL_ISINF: Provide internal isinf() implementation. Required |
32 | -- on some Solaris platforms. | 32 | -- on some Solaris platforms. |
33 | defines = { "VERSION=\"1.0.4\"", "USE_POSIX_SETLOCALE" } | 33 | defines = { "VERSION=\"1.0.4\"", "USE_POSIX_SETLOCALE" } |
34 | } | 34 | } |
35 | }, | 35 | }, |