diff options
author | spacewander <spacewanderlzx@gmail.com> | 2017-01-31 13:09:55 +0800 |
---|---|---|
committer | Yichun Zhang (agentzh) <agentzh@gmail.com> | 2017-01-31 12:17:37 -0800 |
commit | fd35fd98035735bc91c55d14832461e41dd0e193 (patch) | |
tree | 364d8e04b07fdb7390e76629afd2e7ccaff2cacd /lua-cjson-2.1devel-1.rockspec | |
parent | a61d7840ba2d79df8cb73d8c864a99d0eb06d580 (diff) | |
download | lua-cjson-fd35fd98035735bc91c55d14832461e41dd0e193.tar.gz lua-cjson-fd35fd98035735bc91c55d14832461e41dd0e193.tar.bz2 lua-cjson-fd35fd98035735bc91c55d14832461e41dd0e193.zip |
feature: supports MS C compiler older than VC2012.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
Diffstat (limited to 'lua-cjson-2.1devel-1.rockspec')
-rw-r--r-- | lua-cjson-2.1devel-1.rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua-cjson-2.1devel-1.rockspec b/lua-cjson-2.1devel-1.rockspec index 154e333..d614d05 100644 --- a/lua-cjson-2.1devel-1.rockspec +++ b/lua-cjson-2.1devel-1.rockspec | |||
@@ -47,7 +47,7 @@ build = { | |||
47 | -- Override default build options (per platform) | 47 | -- Override default build options (per platform) |
48 | platforms = { | 48 | platforms = { |
49 | win32 = { modules = { cjson = { defines = { | 49 | win32 = { modules = { cjson = { defines = { |
50 | "DISABLE_INVALID_NUMBERS" | 50 | "DISABLE_INVALID_NUMBERS", "USE_INTERNAL_ISINF" |
51 | } } } } | 51 | } } } } |
52 | }, | 52 | }, |
53 | copy_directories = { "tests" } | 53 | copy_directories = { "tests" } |