From d59326b2d718e1a140b9b396ffe0a557b2d93fe0 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sat, 3 Mar 2012 11:47:40 +1030 Subject: Add commented PREFIX for Solaris make builds Add a commented PREFIX to the Solaris build section since Lua is usually installed outside of the default include/link directories. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 377952f..6fdb1f2 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,8 @@ LUA_BIN_DIR = $(PREFIX)/bin #CJSON_LDFLAGS = -bundle -undefined dynamic_lookup ## Solaris -#CC = gcc +#PREFIX = /home/user/opt +#CC = gcc #CJSON_CFLAGS = -fpic -DUSE_INTERNAL_ISINF ## Windows (MinGW) -- cgit v1.2.3-55-g6feb