aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rockspecs/luasocket-3.0.0-1.rockspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/rockspecs/luasocket-3.0.0-1.rockspec b/rockspecs/luasocket-3.0.0-1.rockspec
index 4cf4acf..d64731a 100644
--- a/rockspecs/luasocket-3.0.0-1.rockspec
+++ b/rockspecs/luasocket-3.0.0-1.rockspec
@@ -34,7 +34,7 @@ local function make_plat(plat)
34 }, 34 },
35 mingw32 = { 35 mingw32 = {
36 "LUASOCKET_DEBUG", 36 "LUASOCKET_DEBUG",
37 "LUASOCKET_INET_PTON", 37 -- "LUASOCKET_INET_PTON",
38 "WINVER=0x0501" 38 "WINVER=0x0501"
39 } 39 }
40 } 40 }
@@ -113,6 +113,7 @@ local function make_plat(plat)
113 then 113 then
114 modules["socket.core"].sources[#modules["socket.core"].sources+1] = "src/wsocket.c" 114 modules["socket.core"].sources[#modules["socket.core"].sources+1] = "src/wsocket.c"
115 modules["socket.core"].libraries = { "ws2_32" } 115 modules["socket.core"].libraries = { "ws2_32" }
116 modules["socket.core"].libdirs = {}
116 end 117 end
117 return { modules = modules } 118 return { modules = modules }
118end 119end