mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-18 06:49:48 +02:00
Crashy bug fixed in recvraw.
Also fixed returns on closed socket.
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
#--------------------------------------------------------------------------
|
||||
# Distribution makefile
|
||||
#--------------------------------------------------------------------------
|
||||
DIST = luasocket-2.0.1
|
||||
|
||||
COMPAT = src/compat-5.1r5
|
||||
DIST = luasocket-2.0.2
|
||||
|
||||
TEST = \
|
||||
test/README \
|
||||
@ -115,7 +113,6 @@ dist:
|
||||
|
||||
mkdir -p $(DIST)/src
|
||||
cp -vf $(SRC) $(DIST)/src
|
||||
cp -vfr $(COMPAT) $(DIST)/src
|
||||
|
||||
mkdir -p $(DIST)/doc
|
||||
cp -vf $(DOC) $(DIST)/doc
|
||||
|
Reference in New Issue
Block a user