aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index 5a86f9c..6fd1646 100644
--- a/config
+++ b/config
@@ -6,8 +6,8 @@
6# Output file names 6# Output file names
7# 7#
8EXT=so 8EXT=so
9SOCKET_V=2.0.1 9SOCKET_V=2.0.2
10MIME_V=1.0.1 10MIME_V=1.0.2
11SOCKET_SO=socket.$(EXT).$(SOCKET_V) 11SOCKET_SO=socket.$(EXT).$(SOCKET_V)
12MIME_SO=mime.$(EXT).$(MIME_V) 12MIME_SO=mime.$(EXT).$(MIME_V)
13UNIX_SO=unix.$(EXT) 13UNIX_SO=unix.$(EXT)
@@ -41,7 +41,7 @@ INSTALL_EXEC=cp
41# for Mac OS X 41# for Mac OS X
42# 42#
43CC=gcc 43CC=gcc
44DEF=-DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN 44DEF= -DAAA -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN
45CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fno-common 45CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fno-common
46LDFLAGS=-bundle -undefined dynamic_lookup 46LDFLAGS=-bundle -undefined dynamic_lookup
47LD=export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc 47LD=export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc