Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-03-03 05:17:40 +0400
committerMark Pulford <mark@kyne.com.au>2012-03-04 13:37:14 +0400
commitd59326b2d718e1a140b9b396ffe0a557b2d93fe0 (patch)
treef28cf40e80e4690bca407e05e05a9410ed2e624b
parentd5090bb8f19f4b0fd868a5f9af367ebbb67b7f5a (diff)
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.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)