diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2019-02-24 17:45:58 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 17:45:58 -0300 |
commit | c5cef32897b9f4f91509f1d65aeefb9a6634c250 (patch) | |
tree | fc91d9292b3518580376233ef843a2495161c17a | |
parent | 4b0f1d753d27ad74f0aae8ae8a748f860098f2f2 (diff) | |
parent | 4950294c262fec06763f0cc76185fa1b2eca9794 (diff) | |
download | luasocket-c5cef32897b9f4f91509f1d65aeefb9a6634c250.tar.gz luasocket-c5cef32897b9f4f91509f1d65aeefb9a6634c250.tar.bz2 luasocket-c5cef32897b9f4f91509f1d65aeefb9a6634c250.zip |
Merge pull request #262 from fregie/master
compile unixdgram.c, unixstream.c into unix.so
-rw-r--r-- | luasocket-scm-0.rockspec | 2 |
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 | } |