rockspecs: unix += compat
This commit is contained in:
parent
33883e78c8
commit
3a37ab8890
2 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@ local function make_plat(plat)
|
|||
modules["socket.unix"] = {
|
||||
sources = {
|
||||
"src/buffer.c"
|
||||
, "src/compat.c"
|
||||
, "src/auxiliar.c"
|
||||
, "src/options.c"
|
||||
, "src/timeout.c"
|
||||
|
|
|
@ -82,6 +82,7 @@ local function make_plat(plat)
|
|||
modules["socket.unix"] = {
|
||||
sources = {
|
||||
"src/buffer.c"
|
||||
, "src/compat.c"
|
||||
, "src/auxiliar.c"
|
||||
, "src/options.c"
|
||||
, "src/timeout.c"
|
||||
|
|
Loading…
Add table
Reference in a new issue