mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-16 02:08:21 +01:00
rockspecs: serial += compat
This commit is contained in:
parent
c8d0fdda54
commit
33883e78c8
@ -96,6 +96,7 @@ local function make_plat(plat)
|
|||||||
modules["socket.serial"] = {
|
modules["socket.serial"] = {
|
||||||
sources = {
|
sources = {
|
||||||
"src/buffer.c"
|
"src/buffer.c"
|
||||||
|
, "src/compat.c"
|
||||||
, "src/auxiliar.c"
|
, "src/auxiliar.c"
|
||||||
, "src/options.c"
|
, "src/options.c"
|
||||||
, "src/timeout.c"
|
, "src/timeout.c"
|
||||||
|
@ -96,6 +96,7 @@ local function make_plat(plat)
|
|||||||
modules["socket.serial"] = {
|
modules["socket.serial"] = {
|
||||||
sources = {
|
sources = {
|
||||||
"src/buffer.c"
|
"src/buffer.c"
|
||||||
|
, "src/compat.c"
|
||||||
, "src/auxiliar.c"
|
, "src/auxiliar.c"
|
||||||
, "src/options.c"
|
, "src/options.c"
|
||||||
, "src/timeout.c"
|
, "src/timeout.c"
|
||||||
|
Loading…
Reference in New Issue
Block a user