From fd35fd98035735bc91c55d14832461e41dd0e193 Mon Sep 17 00:00:00 2001 From: spacewander Date: Tue, 31 Jan 2017 13:09:55 +0800 Subject: feature: supports MS C compiler older than VC2012. Signed-off-by: Yichun Zhang (agentzh) --- lua-cjson-2.1devel-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua-cjson-2.1devel-1.rockspec') 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 = { -- Override default build options (per platform) platforms = { win32 = { modules = { cjson = { defines = { - "DISABLE_INVALID_NUMBERS" + "DISABLE_INVALID_NUMBERS", "USE_INTERNAL_ISINF" } } } } }, copy_directories = { "tests" } -- cgit v1.2.3-55-g6feb