mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-08-28 14:52:26 +02:00
Couple bug fixes.
This commit is contained in:
@@ -11,8 +11,9 @@ include ../config
|
||||
# Modules belonging to socket-core
|
||||
#
|
||||
|
||||
#$(COMPAT)/compat-5.1.o \
|
||||
|
||||
SOCKET_OBJS:= \
|
||||
$(COMPAT)/compat-5.1.o \
|
||||
luasocket.o \
|
||||
timeout.o \
|
||||
buffer.o \
|
||||
@@ -29,10 +30,10 @@ SOCKET_OBJS:= \
|
||||
#------
|
||||
# Modules belonging mime-core
|
||||
#
|
||||
MIME_OBJS:=\
|
||||
$(COMPAT)/compat-5.1.o \
|
||||
mime.o
|
||||
#$(COMPAT)/compat-5.1.o \
|
||||
|
||||
MIME_OBJS:=\
|
||||
mime.o
|
||||
|
||||
#------
|
||||
# Modules belonging unix (local domain sockets)
|
||||
|
Reference in New Issue
Block a user