diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-03-03 11:47:40 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 20:07:14 +1030 |
commit | d59326b2d718e1a140b9b396ffe0a557b2d93fe0 (patch) | |
tree | f28cf40e80e4690bca407e05e05a9410ed2e624b | |
parent | d5090bb8f19f4b0fd868a5f9af367ebbb67b7f5a (diff) | |
download | lua-cjson-d59326b2d718e1a140b9b396ffe0a557b2d93fe0.tar.gz lua-cjson-d59326b2d718e1a140b9b396ffe0a557b2d93fe0.tar.bz2 lua-cjson-d59326b2d718e1a140b9b396ffe0a557b2d93fe0.zip |
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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,8 @@ LUA_BIN_DIR = $(PREFIX)/bin | |||
40 | #CJSON_LDFLAGS = -bundle -undefined dynamic_lookup | 40 | #CJSON_LDFLAGS = -bundle -undefined dynamic_lookup |
41 | 41 | ||
42 | ## Solaris | 42 | ## Solaris |
43 | #CC = gcc | 43 | #PREFIX = /home/user/opt |
44 | #CC = gcc | ||
44 | #CJSON_CFLAGS = -fpic -DUSE_INTERNAL_ISINF | 45 | #CJSON_CFLAGS = -fpic -DUSE_INTERNAL_ISINF |
45 | 46 | ||
46 | ## Windows (MinGW) | 47 | ## Windows (MinGW) |