From d8a22c7770b72111c9779dd5df8cdebafd431fef Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Tue, 29 Nov 2011 22:39:53 +1030 Subject: Add platform specific overrides to rockspec Luarocks does not support a "solaris" platform - USE_INTERNAL_ISINF must stay commented. --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') diff --git a/README b/README index 13e5a03..4907359 100644 --- a/README +++ b/README @@ -74,6 +74,10 @@ Extract the Lua CJSON source package into a directory and run: # cd lua-cjson-1.0.4; luarocks make +LuaRocks does not support platform specific configuration for Solaris. +On Solaris, you may need to manually uncomment "USE_INTERNAL_ISINF" in +the rockspec before building this module. + See the LuaRocks documentation for further details. -- cgit v1.2.3-55-g6feb