diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-11-29 00:10:42 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-11-29 00:10:42 +1030 |
commit | 11b35407875cc363f7897ff1c7c34828b4efe3ce (patch) | |
tree | 8a05f9b73130e5c62ffdc5f4a4628255dcea5582 /lua-cjson-1.0.4-1.rockspec | |
parent | d6b3f9ceb6c73121d9fa52bf66b7cfa59b611680 (diff) | |
download | lua-cjson-11b35407875cc363f7897ff1c7c34828b4efe3ce.tar.gz lua-cjson-11b35407875cc363f7897ff1c7c34828b4efe3ce.tar.bz2 lua-cjson-11b35407875cc363f7897ff1c7c34828b4efe3ce.zip |
Improve build documentation and layout
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 | }, |