aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfregie <xiaohao950830@live.com>2019-01-11 16:04:34 +0800
committerfregie <xiaohao950830@live.com>2019-01-11 16:04:34 +0800
commit4950294c262fec06763f0cc76185fa1b2eca9794 (patch)
tree3ddfb37325273172c7641fa3384f4e4e4620a058
parent288219fd6b53ce2e709745c9918aa4c4b7f715c9 (diff)
downloadluasocket-4950294c262fec06763f0cc76185fa1b2eca9794.tar.gz
luasocket-4950294c262fec06763f0cc76185fa1b2eca9794.tar.bz2
luasocket-4950294c262fec06763f0cc76185fa1b2eca9794.zip
compile unixdgram.c, unixstream.c into unix.so
-rw-r--r--luasocket-scm-0.rockspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/luasocket-scm-0.rockspec b/luasocket-scm-0.rockspec
index 61bd645..c827e46 100644
--- a/luasocket-scm-0.rockspec
+++ b/luasocket-scm-0.rockspec
@@ -75,7 +75,7 @@ local function make_plat(plat)
75 modules["socket.core"].libraries = {"network"} 75 modules["socket.core"].libraries = {"network"}
76 end 76 end
77 modules["socket.unix"] = { 77 modules["socket.unix"] = {
78 sources = { "src/buffer.c", "src/auxiliar.c", "src/options.c", "src/timeout.c", "src/io.c", "src/usocket.c", "src/unix.c" }, 78 sources = { "src/buffer.c", "src/auxiliar.c", "src/options.c", "src/timeout.c", "src/io.c", "src/usocket.c", "src/unix.c", "src/unixdgram.c", "src/unixstream.c" },
79 defines = defines[plat], 79 defines = defines[plat],
80 incdir = "/src" 80 incdir = "/src"
81 } 81 }